Shades of Chocolate #D0720A
Tints of Chocolate #D0720A
RGB
CMYK
RGB Variations
Color information
#D0720A (or 0xD0720A) is known color: Chocolate. HEX triplet: D0, 72 and 0A. RGB value is (208,114,10). Sum of RGB (Red+Green+Blue) = 208+114+10=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D0720A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0720A is #2F8DF5. Grayscale: #828282. Windows color (decimal): -3116534 or 684752. OLE color: 684752.
HSL color Cylindrical-coordinate representation of color #D0720A: hue angle of 31.52º degrees, saturation: 0.91, 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 #D0720A is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 10 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.18 |
| HSL | 31.52º | 0.91% | 0.43% | - |
| HSV(B) | 31.52º | 0.95% | 0.82% | - |
| XYZ | 32.08 | 25.47 | 3.51 | - |
| YUV | 130.25 | 60.14 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 10 | 0 | 0.45 | 0.95 | 0.18 | 31.52 | 0.91 | 0.43 |
| Hex | D0 | 72 | A | 0 | 2D | 5F | 12 | 20 | 5B | 2B |
| Octal | 320 | 162 | 12 | 0 | 55 | 137 | 22 | 40 | 133 | 53 |
| Binary | 11010000 | 1110010 | 1010 | 0 | 101101 | 1011111 | 10010 | 100000 | 1011011 | 101011 |
Color Harmonies of #D0720A
Complementary color
Monochromatic Colors of #D0720A
Black with #D0720A
Text Example
Text Example
White with #D0720A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0720A; }
p { color: rgb(208,114,10); }
H1.HeaderClassName
{
color: #D0720A;
}
.AnyTagClassName
{
color: #D0720A;
}
</style>
background-color css
<style>
a { background-color: #D0720A; }
a { background-color: rgb(208,114,10); }
div.DivClassName
{
background-color: #D0720A;
}
.BgClassName
{
background-color: #D0720A;
}
</style>
border-color css
<style>
span { border-color: #D0720A; }
span { border-color: rgb(208,114,10); }
td.TdClassName
{
border-color: #D0720A;
}
.TagClassName
{
border-color: #D0720A;
}
</style>