Shades of Chocolate #DC660F
Tints of Chocolate #DC660F
RGB
CMYK
RGB Variations
Color information
#DC660F (or 0xDC660F) is known color: Chocolate. HEX triplet: DC, 66 and 0F. RGB value is (220,102,15). Sum of RGB (Red+Green+Blue) = 220+102+15=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC660F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC660F is #2399F0. Grayscale: #7F7F7F. Windows color (decimal): -2333169 or 1009372. OLE color: 1009372.
HSL color Cylindrical-coordinate representation of color #DC660F: hue angle of 25.46º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC660F is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 15 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.14 |
| HSL | 25.46º | 0.87% | 0.46% | - |
| HSV(B) | 25.46º | 0.93% | 0.86% | - |
| XYZ | 34.35 | 24.75 | 3.42 | - |
| YUV | 127.36 | 64.59 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 15 | 0 | 0.54 | 0.93 | 0.14 | 25.46 | 0.87 | 0.46 |
| Hex | DC | 66 | F | 0 | 36 | 5D | E | 19 | 57 | 2E |
| Octal | 334 | 146 | 17 | 0 | 66 | 135 | 16 | 31 | 127 | 56 |
| Binary | 11011100 | 1100110 | 1111 | 0 | 110110 | 1011101 | 1110 | 11001 | 1010111 | 101110 |
Color Harmonies of #DC660F
Complementary color
Monochromatic Colors of #DC660F
Black with #DC660F
Text Example
Text Example
White with #DC660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC660F; }
p { color: rgb(220,102,15); }
H1.HeaderClassName
{
color: #DC660F;
}
.AnyTagClassName
{
color: #DC660F;
}
</style>
background-color css
<style>
a { background-color: #DC660F; }
a { background-color: rgb(220,102,15); }
div.DivClassName
{
background-color: #DC660F;
}
.BgClassName
{
background-color: #DC660F;
}
</style>
border-color css
<style>
span { border-color: #DC660F; }
span { border-color: rgb(220,102,15); }
td.TdClassName
{
border-color: #DC660F;
}
.TagClassName
{
border-color: #DC660F;
}
</style>