#DB5F0E

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

Shades of Chocolate #DB5F0E

Tints of Chocolate #DB5F0E

Color information

#DB5F0E (or 0xDB5F0E) is unknown color: approx Chocolate. HEX triplet: DB, 5F and 0E. RGB value is (219,95,14). Sum of RGB (Red+Green+Blue) = 219+95+14=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5F0E is #24A0F1. Grayscale: #7B7B7B. Windows color (decimal): -2400498 or 942043. OLE color: 942043.

HSL color Cylindrical-coordinate representation of color #DB5F0E: hue angle of 23.71º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB5F0E is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB2199514-
CMYK00.570.940.14
HSL23.71º87.98%45.69%-
HSV(B)23.71º93.61%85.88%-
XYZ33.3823.283.15-
YUV122.8466.58196.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 66.77%
GREEN value IS 95 (37.5% from 255) = 28.96%
BLUE value IS 14 (5.86% from 255) = 4.27%
R=66.77%
G=28.96%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.94
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219951400.570.940.1423.7187.9845.69
HexDB5FE0395EE18582e
Octal33313716071136163013056
Binary1101101110111111110011100110111101110110001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5F0E; }

 p { color: rgb(219,95,14); }

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

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

 a { background-color: rgb(219,95,14); }

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

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

 span { border-color: rgb(219,95,14); }

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