#DB6618

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

Shades of Chocolate #DB6618

Tints of Chocolate #DB6618

Color information

#DB6618 (or 0xDB6618) is unknown color: approx Chocolate. HEX triplet: DB, 66 and 18. RGB value is (219,102,24). Sum of RGB (Red+Green+Blue) = 219+102+24=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6618 is #2499E7. Grayscale: #808080. Windows color (decimal): -2398696 or 1599195. OLE color: 1599195.

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

Color convert

RGB21910224-
CMYK00.530.890.14
HSL24º80.25%47.65%-
HSV(B)24º89.04%85.88%-
XYZ34.1324.633.82-
YUV128.0969.26192.84-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 63.48%
GREEN value IS 102 (40.23% from 255) = 29.57%
BLUE value IS 24 (9.77% from 255) = 6.96%
R=63.48%
G=29.57%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.89
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191022400.530.890.142480.2547.65
HexDB661803559E185030
Octal33314630065131163012060
Binary11011011110011011000011010110110011110110001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6618; }

 p { color: rgb(219,102,24); }

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

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

 a { background-color: rgb(219,102,24); }

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

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

 span { border-color: rgb(219,102,24); }

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