Shades of Chocolate #D05C12
Tints of Chocolate #D05C12
RGB
CMYK
RGB Variations
Color information
#D05C12 (or 0xD05C12) is known color: Chocolate. HEX triplet: D0, 5C and 12. RGB value is (208,92,18). Sum of RGB (Red+Green+Blue) = 208+92+18=318 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.41% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 208 - color contains mainly: red. Hex color #D05C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05C12 is #2FA3ED. Grayscale: #767676. Windows color (decimal): -3122158 or 1203408. OLE color: 1203408.
HSL color Cylindrical-coordinate representation of color #D05C12: hue angle of 23.37º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D05C12 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 92 | 18 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.18 |
| HSL | 23.37º | 0.84% | 0.44% | - |
| HSV(B) | 23.37º | 0.91% | 0.82% | - |
| XYZ | 29.95 | 21.11 | 3.07 | - |
| YUV | 118.25 | 71.43 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 92 | 18 | 0 | 0.56 | 0.91 | 0.18 | 23.37 | 0.84 | 0.44 |
| Hex | D0 | 5C | 12 | 0 | 38 | 5B | 12 | 17 | 54 | 2C |
| Octal | 320 | 134 | 22 | 0 | 70 | 133 | 22 | 27 | 124 | 54 |
| Binary | 11010000 | 1011100 | 10010 | 0 | 111000 | 1011011 | 10010 | 10111 | 1010100 | 101100 |
Color Harmonies of #D05C12
Complementary color
Monochromatic Colors of #D05C12
Black with #D05C12
Text Example
Text Example
White with #D05C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05C12; }
p { color: rgb(208,92,18); }
H1.HeaderClassName
{
color: #D05C12;
}
.AnyTagClassName
{
color: #D05C12;
}
</style>
background-color css
<style>
a { background-color: #D05C12; }
a { background-color: rgb(208,92,18); }
div.DivClassName
{
background-color: #D05C12;
}
.BgClassName
{
background-color: #D05C12;
}
</style>
border-color css
<style>
span { border-color: #D05C12; }
span { border-color: rgb(208,92,18); }
td.TdClassName
{
border-color: #D05C12;
}
.TagClassName
{
border-color: #D05C12;
}
</style>