Html Css Color HEX #DB8042 Tree Poppy

📋 copy color: '#DB8042'

red 219 ◦ green 128 ◦ blue 66

#DB8042
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tree Poppy #DB8042

Tints of Tree Poppy #DB8042

RGB

 RED value IS 219 (85.94% from 255) = 53.03%

 GREEN value IS 128 (50.39% from 255) = 30.99%

 BLUE value IS 66 (26.17% from 255) = 15.98%

R = 53.03%
G = 30.99%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB8042 (or 0xDB8042) is known color: Tree Poppy. HEX triplet: DB, 80 and 42. RGB value is (219,128,66). Sum of RGB (Red+Green+Blue) = 219+128+66=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8042 is #247FBD. Grayscale: #949494. Windows color (decimal): -2391998 or 4358363. OLE color: 4358363.

HSL color Cylindrical-coordinate representation of color #DB8042: hue angle of 24.31º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB8042 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 128 66 -
CMYK 0 0.42 0.70 0.14
HSL 24.31º 0.68% 0.56% -
HSV(B) 24.31º 0.7% 0.86% -
XYZ 37.92 30.89 9.12 -
YUV 148.14 81.65 178.54 -
System Red Green Blue C M Y K H S L
Decimal 219 128 66 0 0.42 0.70 0.14 24.31 0.68 0.56
Hex DB 80 42 0 2A 46 E 18 44 38
Octal 333 200 102 0 52 106 16 30 104 70
Binary 11011011 10000000 1000010 0 101010 1000110 1110 11000 1000100 111000

Color Harmonies of #DB8042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8042

Black with #DB8042

Text Example


Text Example

White with #DB8042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8042; }

 p { color: rgb(219,128,66); }

 H1.HeaderClassName
 {
   color: #DB8042;
 }
 .AnyTagClassName
 {
   color: #DB8042;
 }
</style>

background-color css

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

 a { background-color: rgb(219,128,66); }

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

border-color css

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

 span { border-color: rgb(219,128,66); }

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