Shades of Chocolate #D2730C
Tints of Chocolate #D2730C
RGB
CMYK
RGB Variations
Color information
#D2730C (or 0xD2730C) is known color: Chocolate. HEX triplet: D2, 73 and 0C. RGB value is (210,115,12). Sum of RGB (Red+Green+Blue) = 210+115+12=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D2730C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2730C is #2D8CF3. Grayscale: #848484. Windows color (decimal): -2985204 or 816082. OLE color: 816082.
HSL color Cylindrical-coordinate representation of color #D2730C: hue angle of 31.21º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2730C is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 12 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.18 |
| HSL | 31.21º | 0.89% | 0.44% | - |
| HSV(B) | 31.21º | 0.94% | 0.82% | - |
| XYZ | 32.78 | 25.99 | 3.64 | - |
| YUV | 131.66 | 60.47 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 12 | 0 | 0.45 | 0.94 | 0.18 | 31.21 | 0.89 | 0.44 |
| Hex | D2 | 73 | C | 0 | 2D | 5E | 12 | 1F | 59 | 2C |
| Octal | 322 | 163 | 14 | 0 | 55 | 136 | 22 | 37 | 131 | 54 |
| Binary | 11010010 | 1110011 | 1100 | 0 | 101101 | 1011110 | 10010 | 11111 | 1011001 | 101100 |
Color Harmonies of #D2730C
Complementary color
Monochromatic Colors of #D2730C
Black with #D2730C
Text Example
Text Example
White with #D2730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2730C; }
p { color: rgb(210,115,12); }
H1.HeaderClassName
{
color: #D2730C;
}
.AnyTagClassName
{
color: #D2730C;
}
</style>
background-color css
<style>
a { background-color: #D2730C; }
a { background-color: rgb(210,115,12); }
div.DivClassName
{
background-color: #D2730C;
}
.BgClassName
{
background-color: #D2730C;
}
</style>
border-color css
<style>
span { border-color: #D2730C; }
span { border-color: rgb(210,115,12); }
td.TdClassName
{
border-color: #D2730C;
}
.TagClassName
{
border-color: #D2730C;
}
</style>