Shades of Chocolate #DC6312
Tints of Chocolate #DC6312
RGB
CMYK
RGB Variations
Color information
#DC6312 (or 0xDC6312) is known color: Chocolate. HEX triplet: DC, 63 and 12. RGB value is (220,99,18). Sum of RGB (Red+Green+Blue) = 220+99+18=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6312 is #239CED. Grayscale: #7E7E7E. Windows color (decimal): -2333934 or 1205212. OLE color: 1205212.
HSL color Cylindrical-coordinate representation of color #DC6312: hue angle of 24.06º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC6312 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 18 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.14 |
| HSL | 24.06º | 0.85% | 0.47% | - |
| HSV(B) | 24.06º | 0.92% | 0.86% | - |
| XYZ | 34.09 | 24.18 | 3.44 | - |
| YUV | 125.95 | 67.09 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 18 | 0 | 0.55 | 0.92 | 0.14 | 24.06 | 0.85 | 0.47 |
| Hex | DC | 63 | 12 | 0 | 37 | 5C | E | 18 | 55 | 2F |
| Octal | 334 | 143 | 22 | 0 | 67 | 134 | 16 | 30 | 125 | 57 |
| Binary | 11011100 | 1100011 | 10010 | 0 | 110111 | 1011100 | 1110 | 11000 | 1010101 | 101111 |
Color Harmonies of #DC6312
Complementary color
Monochromatic Colors of #DC6312
Black with #DC6312
Text Example
Text Example
White with #DC6312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6312; }
p { color: rgb(220,99,18); }
H1.HeaderClassName
{
color: #DC6312;
}
.AnyTagClassName
{
color: #DC6312;
}
</style>
background-color css
<style>
a { background-color: #DC6312; }
a { background-color: rgb(220,99,18); }
div.DivClassName
{
background-color: #DC6312;
}
.BgClassName
{
background-color: #DC6312;
}
</style>
border-color css
<style>
span { border-color: #DC6312; }
span { border-color: rgb(220,99,18); }
td.TdClassName
{
border-color: #DC6312;
}
.TagClassName
{
border-color: #DC6312;
}
</style>