Shades of Chocolate #D0710B
Tints of Chocolate #D0710B
RGB
CMYK
RGB Variations
Color information
#D0710B (or 0xD0710B) is known color: Chocolate. HEX triplet: D0, 71 and 0B. RGB value is (208,113,11). Sum of RGB (Red+Green+Blue) = 208+113+11=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 11 (4.69% from 255 or 3.31% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D0710B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0710B is #2F8EF4. Grayscale: #828282. Windows color (decimal): -3116789 or 750032. OLE color: 750032.
HSL color Cylindrical-coordinate representation of color #D0710B: hue angle of 31.07º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D0710B is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 113 | 11 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.18 |
| HSL | 31.07º | 0.9% | 0.43% | - |
| HSV(B) | 31.07º | 0.95% | 0.82% | - |
| XYZ | 31.98 | 25.24 | 3.5 | - |
| YUV | 129.78 | 60.97 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 11 | 0 | 0.46 | 0.95 | 0.18 | 31.07 | 0.9 | 0.43 |
| Hex | D0 | 71 | B | 0 | 2E | 5F | 12 | 1F | 5A | 2B |
| Octal | 320 | 161 | 13 | 0 | 56 | 137 | 22 | 37 | 132 | 53 |
| Binary | 11010000 | 1110001 | 1011 | 0 | 101110 | 1011111 | 10010 | 11111 | 1011010 | 101011 |
Color Harmonies of #D0710B
Complementary color
Monochromatic Colors of #D0710B
Black with #D0710B
Text Example
Text Example
White with #D0710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0710B; }
p { color: rgb(208,113,11); }
H1.HeaderClassName
{
color: #D0710B;
}
.AnyTagClassName
{
color: #D0710B;
}
</style>
background-color css
<style>
a { background-color: #D0710B; }
a { background-color: rgb(208,113,11); }
div.DivClassName
{
background-color: #D0710B;
}
.BgClassName
{
background-color: #D0710B;
}
</style>
border-color css
<style>
span { border-color: #D0710B; }
span { border-color: rgb(208,113,11); }
td.TdClassName
{
border-color: #D0710B;
}
.TagClassName
{
border-color: #D0710B;
}
</style>