Shades of Chocolate #D4710D
Tints of Chocolate #D4710D
RGB
CMYK
RGB Variations
Color information
#D4710D (or 0xD4710D) is known color: Chocolate. HEX triplet: D4, 71 and 0D. RGB value is (212,113,13). Sum of RGB (Red+Green+Blue) = 212+113+13=338 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.72% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 212 - color contains mainly: red. Hex color #D4710D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4710D is #2B8EF2. Grayscale: #838383. Windows color (decimal): -2854643 or 881108. OLE color: 881108.
HSL color Cylindrical-coordinate representation of color #D4710D: hue angle of 30.15º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4710D is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 113 | 13 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.17 |
| HSL | 30.15º | 0.88% | 0.44% | - |
| HSV(B) | 30.15º | 0.94% | 0.83% | - |
| XYZ | 33.13 | 25.84 | 3.62 | - |
| YUV | 131.2 | 61.3 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 13 | 0 | 0.47 | 0.94 | 0.17 | 30.15 | 0.88 | 0.44 |
| Hex | D4 | 71 | D | 0 | 2F | 5E | 11 | 1E | 58 | 2C |
| Octal | 324 | 161 | 15 | 0 | 57 | 136 | 21 | 36 | 130 | 54 |
| Binary | 11010100 | 1110001 | 1101 | 0 | 101111 | 1011110 | 10001 | 11110 | 1011000 | 101100 |
Color Harmonies of #D4710D
Complementary color
Monochromatic Colors of #D4710D
Black with #D4710D
Text Example
Text Example
White with #D4710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4710D; }
p { color: rgb(212,113,13); }
H1.HeaderClassName
{
color: #D4710D;
}
.AnyTagClassName
{
color: #D4710D;
}
</style>
background-color css
<style>
a { background-color: #D4710D; }
a { background-color: rgb(212,113,13); }
div.DivClassName
{
background-color: #D4710D;
}
.BgClassName
{
background-color: #D4710D;
}
</style>
border-color css
<style>
span { border-color: #D4710D; }
span { border-color: rgb(212,113,13); }
td.TdClassName
{
border-color: #D4710D;
}
.TagClassName
{
border-color: #D4710D;
}
</style>