Shades of Chocolate #D06627
Tints of Chocolate #D06627
RGB
CMYK
RGB Variations
Color information
#D06627 (or 0xD06627) is known color: Chocolate. HEX triplet: D0, 66 and 27. RGB value is (208,102,39). Sum of RGB (Red+Green+Blue) = 208+102+39=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 39 (15.62% from 255 or 11.17% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D06627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06627 is #2F99D8. Grayscale: #7E7E7E. Windows color (decimal): -3119577 or 2582224. OLE color: 2582224.
HSL color Cylindrical-coordinate representation of color #D06627: hue angle of 22.37º 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 #D06627 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 39 | - |
| CMYK | 0 | 0.51 | 0.81 | 0.18 |
| HSL | 22.37º | 0.68% | 0.48% | - |
| HSV(B) | 22.37º | 0.81% | 0.82% | - |
| XYZ | 31.13 | 23.06 | 4.73 | - |
| YUV | 126.51 | 78.62 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 39 | 0 | 0.51 | 0.81 | 0.18 | 22.37 | 0.68 | 0.48 |
| Hex | D0 | 66 | 27 | 0 | 33 | 51 | 12 | 16 | 44 | 30 |
| Octal | 320 | 146 | 47 | 0 | 63 | 121 | 22 | 26 | 104 | 60 |
| Binary | 11010000 | 1100110 | 100111 | 0 | 110011 | 1010001 | 10010 | 10110 | 1000100 | 110000 |
Color Harmonies of #D06627
Complementary color
Monochromatic Colors of #D06627
Black with #D06627
Text Example
Text Example
White with #D06627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06627; }
p { color: rgb(208,102,39); }
H1.HeaderClassName
{
color: #D06627;
}
.AnyTagClassName
{
color: #D06627;
}
</style>
background-color css
<style>
a { background-color: #D06627; }
a { background-color: rgb(208,102,39); }
div.DivClassName
{
background-color: #D06627;
}
.BgClassName
{
background-color: #D06627;
}
</style>
border-color css
<style>
span { border-color: #D06627; }
span { border-color: rgb(208,102,39); }
td.TdClassName
{
border-color: #D06627;
}
.TagClassName
{
border-color: #D06627;
}
</style>