Shades of Chocolate #D2660D
Tints of Chocolate #D2660D
RGB
CMYK
RGB Variations
Color information
#D2660D (or 0xD2660D) is known color: Chocolate. HEX triplet: D2, 66 and 0D. RGB value is (210,102,13). Sum of RGB (Red+Green+Blue) = 210+102+13=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D2660D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2660D is #2D99F2. Grayscale: #7C7C7C. Windows color (decimal): -2988531 or 878290. OLE color: 878290.
HSL color Cylindrical-coordinate representation of color #D2660D: hue angle of 27.11º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2660D is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 13 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.18 |
| HSL | 27.11º | 0.88% | 0.44% | - |
| HSV(B) | 27.11º | 0.94% | 0.82% | - |
| XYZ | 31.4 | 23.23 | 3.21 | - |
| YUV | 124.15 | 65.28 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 13 | 0 | 0.51 | 0.94 | 0.18 | 27.11 | 0.88 | 0.44 |
| Hex | D2 | 66 | D | 0 | 33 | 5E | 12 | 1B | 58 | 2C |
| Octal | 322 | 146 | 15 | 0 | 63 | 136 | 22 | 33 | 130 | 54 |
| Binary | 11010010 | 1100110 | 1101 | 0 | 110011 | 1011110 | 10010 | 11011 | 1011000 | 101100 |
Color Harmonies of #D2660D
Complementary color
Monochromatic Colors of #D2660D
Black with #D2660D
Text Example
Text Example
White with #D2660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2660D; }
p { color: rgb(210,102,13); }
H1.HeaderClassName
{
color: #D2660D;
}
.AnyTagClassName
{
color: #D2660D;
}
</style>
background-color css
<style>
a { background-color: #D2660D; }
a { background-color: rgb(210,102,13); }
div.DivClassName
{
background-color: #D2660D;
}
.BgClassName
{
background-color: #D2660D;
}
</style>
border-color css
<style>
span { border-color: #D2660D; }
span { border-color: rgb(210,102,13); }
td.TdClassName
{
border-color: #D2660D;
}
.TagClassName
{
border-color: #D2660D;
}
</style>