Html Css Color HEX #DB8331 Tree Poppy

📋 copy color: '#DB8331'

red 219 ◦ green 131 ◦ blue 49

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

Shades of Tree Poppy #DB8331

Tints of Tree Poppy #DB8331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.28%

R = 54.89%
G = 32.83%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB8331 (or 0xDB8331) is known color: Tree Poppy. HEX triplet: DB, 83 and 31. RGB value is (219,131,49). Sum of RGB (Red+Green+Blue) = 219+131+49=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 49 (19.53% from 255 or 12.28% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8331 is #247CCE. Grayscale: #949494. Windows color (decimal): -2391247 or 3245019. OLE color: 3245019.

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

Color convert

RGB 219 131 49 -
CMYK 0 0.40 0.78 0.14
HSL 28.94º 0.7% 0.53% -
HSV(B) 28.94º 0.78% 0.86% -
XYZ 37.88 31.51 6.99 -
YUV 147.96 72.15 178.67 -
System Red Green Blue C M Y K H S L
Decimal 219 131 49 0 0.40 0.78 0.14 28.94 0.7 0.53
Hex DB 83 31 0 28 4E E 1D 46 35
Octal 333 203 61 0 50 116 16 35 106 65
Binary 11011011 10000011 110001 0 101000 1001110 1110 11101 1000110 110101

Color Harmonies of #DB8331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8331

Black with #DB8331

Text Example


Text Example

White with #DB8331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8331; }

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

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

background-color css

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

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

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

border-color css

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

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

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