#DB8A46

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

Shades of Tree Poppy #DB8A46

Tints of Tree Poppy #DB8A46

Color information

#DB8A46 (or 0xDB8A46) is unknown color: approx Tree Poppy. HEX triplet: DB, 8A and 46. RGB value is (219,138,70). Sum of RGB (Red+Green+Blue) = 219+138+70=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 70 (27.73% from 255 or 16.39% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8A46 is #2475B9. Grayscale: #9A9A9A. Windows color (decimal): -2389434 or 4623067. OLE color: 4623067.

HSL color Cylindrical-coordinate representation of color #DB8A46: hue angle of 27.38º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB8A46 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB21913870-
CMYK00.370.680.14
HSL27.38º67.42%56.67%-
HSV(B)27.38º68.04%85.88%-
XYZ39.4133.6810.22-
YUV154.4780.34174.03-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 51.29%
GREEN value IS 138 (54.30% from 255) = 32.32%
BLUE value IS 70 (27.73% from 255) = 16.39%
R=51.29%
G=32.32%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191387000.370.680.1427.3867.4256.67
HexDB8A4602544E1b4339
Octal333212106045104163310371
Binary11011011100010101000110010010110001001110110111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8A46; }

 p { color: rgb(219,138,70); }

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

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

 a { background-color: rgb(219,138,70); }

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

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

 span { border-color: rgb(219,138,70); }

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