#D06617

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

Shades of Chocolate #D06617

Tints of Chocolate #D06617

Color information

#D06617 (or 0xD06617) is unknown color: approx Chocolate. HEX triplet: D0, 66 and 17. RGB value is (208,102,23). Sum of RGB (Red+Green+Blue) = 208+102+23=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 23 (9.38% from 255 or 6.91% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D06617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06617 is #2F99E8. Grayscale: #7D7D7D. Windows color (decimal): -3119593 or 1533648. OLE color: 1533648.

HSL color Cylindrical-coordinate representation of color #D06617: hue angle of 25.62º 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 #D06617 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB20810223-
CMYK00.510.890.18
HSL25.62º80.09%45.29%-
HSV(B)25.62º88.94%81.57%-
XYZ30.9222.973.62-
YUV124.6970.62187.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 62.46%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 23 (9.38% from 255) = 6.91%
R=62.46%
G=30.63%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081022300.510.890.1825.6280.0945.29
HexD0661703359121a502d
Octal32014627063131223212055
Binary110100001100110101110110011101100110010110101010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06617; }

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

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

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

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

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

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

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

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