Html Css Color HEX #DB8034 Tree Poppy

📋 copy color: '#DB8034'

red 219 ◦ green 128 ◦ blue 52

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

Shades of Tree Poppy #DB8034

Tints of Tree Poppy #DB8034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.03%

R = 54.89%
G = 32.08%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB8034 (or 0xDB8034) is known color: Tree Poppy. HEX triplet: DB, 80 and 34. RGB value is (219,128,52). Sum of RGB (Red+Green+Blue) = 219+128+52=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 52 (20.70% from 255 or 13.03% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8034 is #247FCB. Grayscale: #929292. Windows color (decimal): -2392012 or 3440859. OLE color: 3440859.

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

Color convert

RGB 219 128 52 -
CMYK 0 0.42 0.76 0.14
HSL 27.31º 0.7% 0.53% -
HSV(B) 27.31º 0.76% 0.86% -
XYZ 37.55 30.75 7.2 -
YUV 146.55 74.65 179.68 -
System Red Green Blue C M Y K H S L
Decimal 219 128 52 0 0.42 0.76 0.14 27.31 0.7 0.53
Hex DB 80 34 0 2A 4C E 1B 46 35
Octal 333 200 64 0 52 114 16 33 106 65
Binary 11011011 10000000 110100 0 101010 1001100 1110 11011 1000110 110101

Color Harmonies of #DB8034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8034

Black with #DB8034

Text Example


Text Example

White with #DB8034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8034; }

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

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

background-color css

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

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

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

border-color css

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

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

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