Html Css Color HEX #DB8336 Tree Poppy

📋 copy color: '#DB8336'

red 219 ◦ green 131 ◦ blue 54

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

Shades of Tree Poppy #DB8336

Tints of Tree Poppy #DB8336

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.43%

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

R = 54.21%
G = 32.43%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB8336 (or 0xDB8336) is known color: Tree Poppy. HEX triplet: DB, 83 and 36. RGB value is (219,131,54). Sum of RGB (Red+Green+Blue) = 219+131+54=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 54 (21.48% from 255 or 13.37% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8336 is #247CC9. Grayscale: #949494. Windows color (decimal): -2391242 or 3572699. OLE color: 3572699.

HSL color Cylindrical-coordinate representation of color #DB8336: hue angle of 28º 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 #DB8336 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 131 54 -
CMYK 0 0.40 0.75 0.14
HSL 28º 0.7% 0.54% -
HSV(B) 28º 0.75% 0.86% -
XYZ 38 31.56 7.58 -
YUV 148.53 74.65 178.26 -
System Red Green Blue C M Y K H S L
Decimal 219 131 54 0 0.40 0.75 0.14 28 0.7 0.54
Hex DB 83 36 0 28 4B E 1C 46 36
Octal 333 203 66 0 50 113 16 34 106 66
Binary 11011011 10000011 110110 0 101000 1001011 1110 11100 1000110 110110

Color Harmonies of #DB8336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8336

Black with #DB8336

Text Example


Text Example

White with #DB8336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8336; }

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

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

background-color css

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

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

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

border-color css

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

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

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