Shades of Chocolate #D0610F
Tints of Chocolate #D0610F
RGB
CMYK
RGB Variations
Color information
#D0610F (or 0xD0610F) is known color: Chocolate. HEX triplet: D0, 61 and 0F. RGB value is (208,97,15). Sum of RGB (Red+Green+Blue) = 208+97+15=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D0610F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0610F is #2F9EF0. Grayscale: #797979. Windows color (decimal): -3120881 or 1008080. OLE color: 1008080.
HSL color Cylindrical-coordinate representation of color #D0610F: hue angle of 25.49º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0610F is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 97 | 15 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.18 |
| HSL | 25.49º | 0.87% | 0.44% | - |
| HSV(B) | 25.49º | 0.93% | 0.82% | - |
| XYZ | 30.37 | 21.99 | 3.1 | - |
| YUV | 120.84 | 68.27 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 97 | 15 | 0 | 0.53 | 0.93 | 0.18 | 25.49 | 0.87 | 0.44 |
| Hex | D0 | 61 | F | 0 | 35 | 5D | 12 | 19 | 57 | 2C |
| Octal | 320 | 141 | 17 | 0 | 65 | 135 | 22 | 31 | 127 | 54 |
| Binary | 11010000 | 1100001 | 1111 | 0 | 110101 | 1011101 | 10010 | 11001 | 1010111 | 101100 |
Color Harmonies of #D0610F
Complementary color
Monochromatic Colors of #D0610F
Black with #D0610F
Text Example
Text Example
White with #D0610F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0610F; }
p { color: rgb(208,97,15); }
H1.HeaderClassName
{
color: #D0610F;
}
.AnyTagClassName
{
color: #D0610F;
}
</style>
background-color css
<style>
a { background-color: #D0610F; }
a { background-color: rgb(208,97,15); }
div.DivClassName
{
background-color: #D0610F;
}
.BgClassName
{
background-color: #D0610F;
}
</style>
border-color css
<style>
span { border-color: #D0610F; }
span { border-color: rgb(208,97,15); }
td.TdClassName
{
border-color: #D0610F;
}
.TagClassName
{
border-color: #D0610F;
}
</style>