Html Css Color HEX #DB8136 Tree Poppy

📋 copy color: '#DB8136'

red 219 ◦ green 129 ◦ blue 54

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

Shades of Tree Poppy #DB8136

Tints of Tree Poppy #DB8136

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.09%

 BLUE value IS 54 (21.48% from 255) = 13.43%

R = 54.48%
G = 32.09%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB8136 (or 0xDB8136) is known color: Tree Poppy. HEX triplet: DB, 81 and 36. RGB value is (219,129,54). Sum of RGB (Red+Green+Blue) = 219+129+54=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 54 (21.48% from 255 or 13.43% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8136 is #247EC9. Grayscale: #939393. Windows color (decimal): -2391754 or 3572187. OLE color: 3572187.

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

Color convert

RGB 219 129 54 -
CMYK 0 0.41 0.75 0.14
HSL 27.27º 0.7% 0.54% -
HSV(B) 27.27º 0.75% 0.86% -
XYZ 37.73 31.03 7.49 -
YUV 147.36 75.32 179.1 -
System Red Green Blue C M Y K H S L
Decimal 219 129 54 0 0.41 0.75 0.14 27.27 0.7 0.54
Hex DB 81 36 0 29 4B E 1B 46 36
Octal 333 201 66 0 51 113 16 33 106 66
Binary 11011011 10000001 110110 0 101001 1001011 1110 11011 1000110 110110

Color Harmonies of #DB8136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8136

Black with #DB8136

Text Example


Text Example

White with #DB8136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8136; }

 p { color: rgb(219,129,54); }

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

background-color css

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

 a { background-color: rgb(219,129,54); }

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

border-color css

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

 span { border-color: rgb(219,129,54); }

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