#DB6B17

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

Shades of Chocolate #DB6B17

Tints of Chocolate #DB6B17

Color information

#DB6B17 (or 0xDB6B17) is unknown color: approx Chocolate. HEX triplet: DB, 6B and 17. RGB value is (219,107,23). Sum of RGB (Red+Green+Blue) = 219+107+23=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 23 (9.38% from 255 or 6.59% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6B17 is #2494E8. Grayscale: #838383. Windows color (decimal): -2397417 or 1534939. OLE color: 1534939.

HSL color Cylindrical-coordinate representation of color #DB6B17: hue angle of 25.71º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB6B17 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB21910723-
CMYK00.510.890.14
HSL25.71º80.99%47.45%-
HSV(B)25.71º89.5%85.88%-
XYZ34.6325.643.93-
YUV130.9167.11190.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 62.75%
GREEN value IS 107 (42.19% from 255) = 30.66%
BLUE value IS 23 (9.38% from 255) = 6.59%
R=62.75%
G=30.66%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191072300.510.890.1425.7180.9947.45
HexDB6B1703359E1a512f
Octal33315327063131163212157
Binary11011011110101110111011001110110011110110101010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6B17; }

 p { color: rgb(219,107,23); }

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

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

 a { background-color: rgb(219,107,23); }

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

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

 span { border-color: rgb(219,107,23); }

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