Shades of Chocolate #D5660D
Tints of Chocolate #D5660D
RGB
CMYK
RGB Variations
Color information
#D5660D (or 0xD5660D) is known color: Chocolate. HEX triplet: D5, 66 and 0D. RGB value is (213,102,13). Sum of RGB (Red+Green+Blue) = 213+102+13=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D5660D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5660D is #2A99F2. Grayscale: #7D7D7D. Windows color (decimal): -2791923 or 878293. OLE color: 878293.
HSL color Cylindrical-coordinate representation of color #D5660D: hue angle of 26.7º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5660D is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 13 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.16 |
| HSL | 26.7º | 0.88% | 0.44% | - |
| HSV(B) | 26.7º | 0.94% | 0.84% | - |
| XYZ | 32.26 | 23.68 | 3.25 | - |
| YUV | 125.04 | 64.77 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 13 | 0 | 0.52 | 0.94 | 0.16 | 26.7 | 0.88 | 0.44 |
| Hex | D5 | 66 | D | 0 | 34 | 5E | 10 | 1B | 58 | 2C |
| Octal | 325 | 146 | 15 | 0 | 64 | 136 | 20 | 33 | 130 | 54 |
| Binary | 11010101 | 1100110 | 1101 | 0 | 110100 | 1011110 | 10000 | 11011 | 1011000 | 101100 |
Color Harmonies of #D5660D
Complementary color
Monochromatic Colors of #D5660D
Black with #D5660D
Text Example
Text Example
White with #D5660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5660D; }
p { color: rgb(213,102,13); }
H1.HeaderClassName
{
color: #D5660D;
}
.AnyTagClassName
{
color: #D5660D;
}
</style>
background-color css
<style>
a { background-color: #D5660D; }
a { background-color: rgb(213,102,13); }
div.DivClassName
{
background-color: #D5660D;
}
.BgClassName
{
background-color: #D5660D;
}
</style>
border-color css
<style>
span { border-color: #D5660D; }
span { border-color: rgb(213,102,13); }
td.TdClassName
{
border-color: #D5660D;
}
.TagClassName
{
border-color: #D5660D;
}
</style>