Html Css Color HEX #DB8432 Tree Poppy

📋 copy color: '#DB8432'

red 219 ◦ green 132 ◦ blue 50

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

Shades of Tree Poppy #DB8432

Tints of Tree Poppy #DB8432

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.92%

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

R = 54.61%
G = 32.92%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB8432 (or 0xDB8432) is known color: Tree Poppy. HEX triplet: DB, 84 and 32. RGB value is (219,132,50). Sum of RGB (Red+Green+Blue) = 219+132+50=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8432 is #247BCD. Grayscale: #959595. Windows color (decimal): -2390990 or 3310811. OLE color: 3310811.

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

Color convert

RGB 219 132 50 -
CMYK 0 0.40 0.77 0.14
HSL 29.11º 0.7% 0.53% -
HSV(B) 29.11º 0.77% 0.86% -
XYZ 38.04 31.79 7.15 -
YUV 148.67 72.32 178.17 -
System Red Green Blue C M Y K H S L
Decimal 219 132 50 0 0.40 0.77 0.14 29.11 0.7 0.53
Hex DB 84 32 0 28 4D E 1D 46 35
Octal 333 204 62 0 50 115 16 35 106 65
Binary 11011011 10000100 110010 0 101000 1001101 1110 11101 1000110 110101

Color Harmonies of #DB8432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8432

Black with #DB8432

Text Example


Text Example

White with #DB8432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8432; }

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

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

background-color css

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

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

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

border-color css

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

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

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