Shades of Chocolate #D06F27
Tints of Chocolate #D06F27
RGB
CMYK
RGB Variations
Color information
#D06F27 (or 0xD06F27) is known color: Chocolate. HEX triplet: D0, 6F and 27. RGB value is (208,111,39). Sum of RGB (Red+Green+Blue) = 208+111+39=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 39 (15.62% from 255 or 10.89% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06F27 is #2F90D8. Grayscale: #848484. Windows color (decimal): -3117273 or 2584528. OLE color: 2584528.
HSL color Cylindrical-coordinate representation of color #D06F27: hue angle of 25.56º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D06F27 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 39 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.18 |
| HSL | 25.56º | 0.68% | 0.48% | - |
| HSV(B) | 25.56º | 0.81% | 0.82% | - |
| XYZ | 32.06 | 24.93 | 5.04 | - |
| YUV | 131.8 | 75.64 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 39 | 0 | 0.47 | 0.81 | 0.18 | 25.56 | 0.68 | 0.48 |
| Hex | D0 | 6F | 27 | 0 | 2F | 51 | 12 | 1A | 44 | 30 |
| Octal | 320 | 157 | 47 | 0 | 57 | 121 | 22 | 32 | 104 | 60 |
| Binary | 11010000 | 1101111 | 100111 | 0 | 101111 | 1010001 | 10010 | 11010 | 1000100 | 110000 |
Color Harmonies of #D06F27
Complementary color
Monochromatic Colors of #D06F27
Black with #D06F27
Text Example
Text Example
White with #D06F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F27; }
p { color: rgb(208,111,39); }
H1.HeaderClassName
{
color: #D06F27;
}
.AnyTagClassName
{
color: #D06F27;
}
</style>
background-color css
<style>
a { background-color: #D06F27; }
a { background-color: rgb(208,111,39); }
div.DivClassName
{
background-color: #D06F27;
}
.BgClassName
{
background-color: #D06F27;
}
</style>
border-color css
<style>
span { border-color: #D06F27; }
span { border-color: rgb(208,111,39); }
td.TdClassName
{
border-color: #D06F27;
}
.TagClassName
{
border-color: #D06F27;
}
</style>