#DB600E

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

Shades of Chocolate #DB600E

Tints of Chocolate #DB600E

Color information

#DB600E (or 0xDB600E) is unknown color: approx Chocolate. HEX triplet: DB, 60 and 0E. RGB value is (219,96,14). Sum of RGB (Red+Green+Blue) = 219+96+14=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB600E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB600E is #249FF1. Grayscale: #7B7B7B. Windows color (decimal): -2400242 or 942299. OLE color: 942299.

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

Color convert

RGB2199614-
CMYK00.560.940.14
HSL24º87.98%45.69%-
HSV(B)24º93.61%85.88%-
XYZ33.4823.463.18-
YUV123.4366.25196.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 66.57%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 14 (5.86% from 255) = 4.26%
R=66.57%
G=29.18%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.94
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219961400.560.940.142487.9845.69
HexDB60E0385EE18582e
Octal33314016070136163013056
Binary1101101111000001110011100010111101110110001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB600E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB600E; }

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

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

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

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

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

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

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

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