Shades of Chocolate #D2700B
Tints of Chocolate #D2700B
RGB
CMYK
RGB Variations
Color information
#D2700B (or 0xD2700B) is known color: Chocolate. HEX triplet: D2, 70 and 0B. RGB value is (210,112,11). Sum of RGB (Red+Green+Blue) = 210+112+11=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D2700B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2700B is #2D8FF4. Grayscale: #828282. Windows color (decimal): -2985973 or 749778. OLE color: 749778.
HSL color Cylindrical-coordinate representation of color #D2700B: hue angle of 30.45º 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 #D2700B is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 11 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.18 |
| HSL | 30.45º | 0.9% | 0.43% | - |
| HSV(B) | 30.45º | 0.95% | 0.82% | - |
| XYZ | 32.43 | 25.31 | 3.49 | - |
| YUV | 129.79 | 60.97 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 11 | 0 | 0.47 | 0.95 | 0.18 | 30.45 | 0.9 | 0.43 |
| Hex | D2 | 70 | B | 0 | 2F | 5F | 12 | 1E | 5A | 2B |
| Octal | 322 | 160 | 13 | 0 | 57 | 137 | 22 | 36 | 132 | 53 |
| Binary | 11010010 | 1110000 | 1011 | 0 | 101111 | 1011111 | 10010 | 11110 | 1011010 | 101011 |
Color Harmonies of #D2700B
Complementary color
Monochromatic Colors of #D2700B
Black with #D2700B
Text Example
Text Example
White with #D2700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2700B; }
p { color: rgb(210,112,11); }
H1.HeaderClassName
{
color: #D2700B;
}
.AnyTagClassName
{
color: #D2700B;
}
</style>
background-color css
<style>
a { background-color: #D2700B; }
a { background-color: rgb(210,112,11); }
div.DivClassName
{
background-color: #D2700B;
}
.BgClassName
{
background-color: #D2700B;
}
</style>
border-color css
<style>
span { border-color: #D2700B; }
span { border-color: rgb(210,112,11); }
td.TdClassName
{
border-color: #D2700B;
}
.TagClassName
{
border-color: #D2700B;
}
</style>