Shades of Chocolate #D06927
Tints of Chocolate #D06927
RGB
CMYK
RGB Variations
Color information
#D06927 (or 0xD06927) is known color: Chocolate. HEX triplet: D0, 69 and 27. RGB value is (208,105,39). Sum of RGB (Red+Green+Blue) = 208+105+39=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 39 (15.62% from 255 or 11.08% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D06927 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06927 is #2F96D8. Grayscale: #808080. Windows color (decimal): -3118809 or 2582992. OLE color: 2582992.
HSL color Cylindrical-coordinate representation of color #D06927: hue angle of 23.43º 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 #D06927 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 39 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.18 |
| HSL | 23.43º | 0.68% | 0.48% | - |
| HSV(B) | 23.43º | 0.81% | 0.82% | - |
| XYZ | 31.43 | 23.66 | 4.83 | - |
| YUV | 128.27 | 77.62 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 39 | 0 | 0.50 | 0.81 | 0.18 | 23.43 | 0.68 | 0.48 |
| Hex | D0 | 69 | 27 | 0 | 32 | 51 | 12 | 17 | 44 | 30 |
| Octal | 320 | 151 | 47 | 0 | 62 | 121 | 22 | 27 | 104 | 60 |
| Binary | 11010000 | 1101001 | 100111 | 0 | 110010 | 1010001 | 10010 | 10111 | 1000100 | 110000 |
Color Harmonies of #D06927
Complementary color
Monochromatic Colors of #D06927
Black with #D06927
Text Example
Text Example
White with #D06927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06927; }
p { color: rgb(208,105,39); }
H1.HeaderClassName
{
color: #D06927;
}
.AnyTagClassName
{
color: #D06927;
}
</style>
background-color css
<style>
a { background-color: #D06927; }
a { background-color: rgb(208,105,39); }
div.DivClassName
{
background-color: #D06927;
}
.BgClassName
{
background-color: #D06927;
}
</style>
border-color css
<style>
span { border-color: #D06927; }
span { border-color: rgb(208,105,39); }
td.TdClassName
{
border-color: #D06927;
}
.TagClassName
{
border-color: #D06927;
}
</style>