Html Css Color HEX #DB8131 Tree Poppy

📋 copy color: '#DB8131'

red 219 ◦ green 129 ◦ blue 49

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

Shades of Tree Poppy #DB8131

Tints of Tree Poppy #DB8131

RGB

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

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

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

R = 55.16%
G = 32.49%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB8131 (or 0xDB8131) is known color: Tree Poppy. HEX triplet: DB, 81 and 31. RGB value is (219,129,49). Sum of RGB (Red+Green+Blue) = 219+129+49=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 49 (19.53% from 255 or 12.34% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8131 is #247ECE. Grayscale: #939393. Windows color (decimal): -2391759 or 3244507. OLE color: 3244507.

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

Color convert

RGB 219 129 49 -
CMYK 0 0.41 0.78 0.14
HSL 28.24º 0.7% 0.53% -
HSV(B) 28.24º 0.78% 0.86% -
XYZ 37.62 30.98 6.9 -
YUV 146.79 72.82 179.5 -
System Red Green Blue C M Y K H S L
Decimal 219 129 49 0 0.41 0.78 0.14 28.24 0.7 0.53
Hex DB 81 31 0 29 4E E 1C 46 35
Octal 333 201 61 0 51 116 16 34 106 65
Binary 11011011 10000001 110001 0 101001 1001110 1110 11100 1000110 110101

Color Harmonies of #DB8131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8131

Black with #DB8131

Text Example


Text Example

White with #DB8131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8131; }

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

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

background-color css

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

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

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

border-color css

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

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

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