Shades of Chocolate #D06712
Tints of Chocolate #D06712
RGB
CMYK
RGB Variations
Color information
#D06712 (or 0xD06712) is known color: Chocolate. HEX triplet: D0, 67 and 12. RGB value is (208,103,18). Sum of RGB (Red+Green+Blue) = 208+103+18=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D06712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06712 is #2F98ED. Grayscale: #7D7D7D. Windows color (decimal): -3119342 or 1206224. OLE color: 1206224.
HSL color Cylindrical-coordinate representation of color #D06712: hue angle of 26.84º 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 #D06712 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 18 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.18 |
| HSL | 26.84º | 0.84% | 0.44% | - |
| HSV(B) | 26.84º | 0.91% | 0.82% | - |
| XYZ | 30.97 | 23.15 | 3.41 | - |
| YUV | 124.71 | 67.79 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 18 | 0 | 0.50 | 0.91 | 0.18 | 26.84 | 0.84 | 0.44 |
| Hex | D0 | 67 | 12 | 0 | 32 | 5B | 12 | 1B | 54 | 2C |
| Octal | 320 | 147 | 22 | 0 | 62 | 133 | 22 | 33 | 124 | 54 |
| Binary | 11010000 | 1100111 | 10010 | 0 | 110010 | 1011011 | 10010 | 11011 | 1010100 | 101100 |
Color Harmonies of #D06712
Complementary color
Monochromatic Colors of #D06712
Black with #D06712
Text Example
Text Example
White with #D06712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06712; }
p { color: rgb(208,103,18); }
H1.HeaderClassName
{
color: #D06712;
}
.AnyTagClassName
{
color: #D06712;
}
</style>
background-color css
<style>
a { background-color: #D06712; }
a { background-color: rgb(208,103,18); }
div.DivClassName
{
background-color: #D06712;
}
.BgClassName
{
background-color: #D06712;
}
</style>
border-color css
<style>
span { border-color: #D06712; }
span { border-color: rgb(208,103,18); }
td.TdClassName
{
border-color: #D06712;
}
.TagClassName
{
border-color: #D06712;
}
</style>