#D06517

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

Shades of Chocolate #D06517

Tints of Chocolate #D06517

Color information

#D06517 (or 0xD06517) is unknown color: approx Chocolate. HEX triplet: D0, 65 and 17. RGB value is (208,101,23). Sum of RGB (Red+Green+Blue) = 208+101+23=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 23 (9.38% from 255 or 6.93% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D06517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06517 is #2F9AE8. Grayscale: #7C7C7C. Windows color (decimal): -3119849 or 1533392. OLE color: 1533392.

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

Color convert

RGB20810123-
CMYK00.510.890.18
HSL25.3º80.09%45.29%-
HSV(B)25.3º88.94%81.57%-
XYZ30.8222.783.58-
YUV124.170.95187.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 62.65%
GREEN value IS 101 (39.84% from 255) = 30.42%
BLUE value IS 23 (9.38% from 255) = 6.93%
R=62.65%
G=30.42%
B=6.93%

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
Decimal2081012300.510.890.1825.380.0945.29
HexD06517033591219502d
Octal32014527063131223112055
Binary110100001100101101110110011101100110010110011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06517; }

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

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

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

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

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

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

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

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