Html Css Color HEX #DB8532 Tree Poppy

📋 copy color: '#DB8532'

red 219 ◦ green 133 ◦ blue 50

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

Shades of Tree Poppy #DB8532

Tints of Tree Poppy #DB8532

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.08%

 BLUE value IS 50 (19.92% from 255) = 12.44%

R = 54.48%
G = 33.08%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB8532 (or 0xDB8532) is known color: Tree Poppy. HEX triplet: DB, 85 and 32. RGB value is (219,133,50). Sum of RGB (Red+Green+Blue) = 219+133+50=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8532 is #247ACD. Grayscale: #959595. Windows color (decimal): -2390734 or 3311067. OLE color: 3311067.

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

Color convert

RGB 219 133 50 -
CMYK 0 0.39 0.77 0.14
HSL 29.47º 0.7% 0.53% -
HSV(B) 29.47º 0.77% 0.86% -
XYZ 38.18 32.07 7.19 -
YUV 149.25 71.99 177.75 -
System Red Green Blue C M Y K H S L
Decimal 219 133 50 0 0.39 0.77 0.14 29.47 0.7 0.53
Hex DB 85 32 0 27 4D E 1D 46 35
Octal 333 205 62 0 47 115 16 35 106 65
Binary 11011011 10000101 110010 0 100111 1001101 1110 11101 1000110 110101

Color Harmonies of #DB8532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8532

Black with #DB8532

Text Example


Text Example

White with #DB8532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8532; }

 p { color: rgb(219,133,50); }

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

background-color css

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

 a { background-color: rgb(219,133,50); }

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

border-color css

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

 span { border-color: rgb(219,133,50); }

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