Shades of Chocolate #D0711A
Tints of Chocolate #D0711A
RGB
CMYK
RGB Variations
Color information
#D0711A (or 0xD0711A) is known color: Chocolate. HEX triplet: D0, 71 and 1A. RGB value is (208,113,26). Sum of RGB (Red+Green+Blue) = 208+113+26=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D0711A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0711A is #2F8EE5. Grayscale: #838383. Windows color (decimal): -3116774 or 1733072. OLE color: 1733072.
HSL color Cylindrical-coordinate representation of color #D0711A: hue angle of 28.68º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0711A is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 113 | 26 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.18 |
| HSL | 28.68º | 0.78% | 0.46% | - |
| HSV(B) | 28.68º | 0.88% | 0.82% | - |
| XYZ | 32.1 | 25.29 | 4.17 | - |
| YUV | 131.49 | 68.47 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 26 | 0 | 0.46 | 0.88 | 0.18 | 28.68 | 0.78 | 0.46 |
| Hex | D0 | 71 | 1A | 0 | 2E | 58 | 12 | 1D | 4E | 2E |
| Octal | 320 | 161 | 32 | 0 | 56 | 130 | 22 | 35 | 116 | 56 |
| Binary | 11010000 | 1110001 | 11010 | 0 | 101110 | 1011000 | 10010 | 11101 | 1001110 | 101110 |
Color Harmonies of #D0711A
Complementary color
Monochromatic Colors of #D0711A
Black with #D0711A
Text Example
Text Example
White with #D0711A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0711A; }
p { color: rgb(208,113,26); }
H1.HeaderClassName
{
color: #D0711A;
}
.AnyTagClassName
{
color: #D0711A;
}
</style>
background-color css
<style>
a { background-color: #D0711A; }
a { background-color: rgb(208,113,26); }
div.DivClassName
{
background-color: #D0711A;
}
.BgClassName
{
background-color: #D0711A;
}
</style>
border-color css
<style>
span { border-color: #D0711A; }
span { border-color: rgb(208,113,26); }
td.TdClassName
{
border-color: #D0711A;
}
.TagClassName
{
border-color: #D0711A;
}
</style>