#DB8D1D

Color #DB8D1D Buttercup (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttercup #DB8D1D

Tints of Buttercup #DB8D1D

Color information

#DB8D1D (or 0xDB8D1D) is unknown color: approx Buttercup. HEX triplet: DB, 8D and 1D. RGB value is (219,141,29). Sum of RGB (Red+Green+Blue) = 219+141+29=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 29 (11.72% from 255 or 7.46% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8D1D is #2472E2. Grayscale: #989898. Windows color (decimal): -2388707 or 1936859. OLE color: 1936859.

HSL color Cylindrical-coordinate representation of color #DB8D1D: hue angle of 35.37º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB8D1D is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB21914129-
CMYK00.360.870.14
HSL35.37º76.61%48.63%-
HSV(B)35.37º86.76%85.88%-
XYZ38.9634.25.71-
YUV151.5558.84176.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 56.30%
GREEN value IS 141 (55.47% from 255) = 36.25%
BLUE value IS 29 (11.72% from 255) = 7.46%
R=56.30%
G=36.25%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.87
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191412900.360.870.1435.3776.6148.63
HexDB8D1D02457E234d31
Octal33321535044127164311561
Binary1101101110001101111010100100101011111101000111001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8D1D; }

 p { color: rgb(219,141,29); }

 H1.HeaderClassName
 {
   color: #DB8D1D;
 }
 .AnyTagClassName
 {
   color: #DB8D1D;
 }
</style>
background-color css

<style>
 a { background-color: #DB8D1D; }

 a { background-color: rgb(219,141,29); }

 div.DivClassName
 {
   background-color: #DB8D1D;
 }
 .BgClassName
 {
   background-color: #DB8D1D;
 }
</style>
border-color css

<style>
 span { border-color: #DB8D1D; }

 span { border-color: rgb(219,141,29); }

 td.TdClassName
 {
   border-color: #DB8D1D;
 }
 .TagClassName
 {
   border-color: #DB8D1D;
 }
</style>