#D06417

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

Shades of Chocolate #D06417

Tints of Chocolate #D06417

Color information

#D06417 (or 0xD06417) is unknown color: approx Chocolate. HEX triplet: D0, 64 and 17. RGB value is (208,100,23). Sum of RGB (Red+Green+Blue) = 208+100+23=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D06417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06417 is #2F9BE8. Grayscale: #7B7B7B. Windows color (decimal): -3120105 or 1533136. OLE color: 1533136.

HSL color Cylindrical-coordinate representation of color #D06417: hue angle of 24.97º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D06417 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB20810023-
CMYK00.520.890.18
HSL24.97º80.09%45.29%-
HSV(B)24.97º88.94%81.57%-
XYZ30.7222.593.55-
YUV123.5171.28188.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 62.84%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 23 (9.38% from 255) = 6.95%
R=62.84%
G=30.21%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081002300.520.890.1824.9780.0945.29
HexD06417034591219502d
Octal32014427064131223112055
Binary110100001100100101110110100101100110010110011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06417; }

 p { color: rgb(208,100,23); }

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

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

 a { background-color: rgb(208,100,23); }

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

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

 span { border-color: rgb(208,100,23); }

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