#DB8231

Color #DB8231 Tree Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tree Poppy #DB8231

Tints of Tree Poppy #DB8231

Color information

#DB8231 (or 0xDB8231) is unknown color: approx Tree Poppy. HEX triplet: DB, 82 and 31. RGB value is (219,130,49). Sum of RGB (Red+Green+Blue) = 219+130+49=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 49 (19.53% from 255 or 12.31% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8231 is #247DCE. Grayscale: #939393. Windows color (decimal): -2391503 or 3244763. OLE color: 3244763.

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

Color convert

RGB21913049-
CMYK00.410.780.14
HSL28.59º70.25%52.55%-
HSV(B)28.59º77.63%85.88%-
XYZ37.7531.256.95-
YUV147.3872.49179.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 55.03%
GREEN value IS 130 (51.17% from 255) = 32.66%
BLUE value IS 49 (19.53% from 255) = 12.31%
R=55.03%
G=32.66%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.78
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191304900.410.780.1428.5970.2552.55
HexDB82310294EE1d4635
Octal33320261051116163510665
Binary1101101110000010110001010100110011101110111011000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8231; }

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

 H1.HeaderClassName
 {
   color: #DB8231;
 }
 .AnyTagClassName
 {
   color: #DB8231;
 }
</style>
background-color css

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

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

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

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

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

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