Html Css Color HEX #DB8040 Tree Poppy

📋 copy color: '#DB8040'

red 219 ◦ green 128 ◦ blue 64

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

Shades of Tree Poppy #DB8040

Tints of Tree Poppy #DB8040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.57%

R = 53.28%
G = 31.14%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB8040 (or 0xDB8040) is known color: Tree Poppy. HEX triplet: DB, 80 and 40. RGB value is (219,128,64). Sum of RGB (Red+Green+Blue) = 219+128+64=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8040 is #247FBF. Grayscale: #949494. Windows color (decimal): -2392000 or 4227291. OLE color: 4227291.

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

Color convert

RGB 219 128 64 -
CMYK 0 0.42 0.71 0.14
HSL 24.77º 0.68% 0.55% -
HSV(B) 24.77º 0.71% 0.86% -
XYZ 37.86 30.87 8.81 -
YUV 147.91 80.65 178.7 -
System Red Green Blue C M Y K H S L
Decimal 219 128 64 0 0.42 0.71 0.14 24.77 0.68 0.55
Hex DB 80 40 0 2A 47 E 19 44 37
Octal 333 200 100 0 52 107 16 31 104 67
Binary 11011011 10000000 1000000 0 101010 1000111 1110 11001 1000100 110111

Color Harmonies of #DB8040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8040

Black with #DB8040

Text Example


Text Example

White with #DB8040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8040; }

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

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

background-color css

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

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

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

border-color css

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

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

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