Shades of Chocolate #D2730F
Tints of Chocolate #D2730F
RGB
CMYK
RGB Variations
Color information
#D2730F (or 0xD2730F) is known color: Chocolate. HEX triplet: D2, 73 and 0F. RGB value is (210,115,15). Sum of RGB (Red+Green+Blue) = 210+115+15=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D2730F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2730F is #2D8CF0. Grayscale: #848484. Windows color (decimal): -2985201 or 1012690. OLE color: 1012690.
HSL color Cylindrical-coordinate representation of color #D2730F: hue angle of 30.77º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2730F is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 15 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.18 |
| HSL | 30.77º | 0.87% | 0.44% | - |
| HSV(B) | 30.77º | 0.93% | 0.82% | - |
| XYZ | 32.8 | 26 | 3.74 | - |
| YUV | 132.01 | 61.97 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 15 | 0 | 0.45 | 0.93 | 0.18 | 30.77 | 0.87 | 0.44 |
| Hex | D2 | 73 | F | 0 | 2D | 5D | 12 | 1F | 57 | 2C |
| Octal | 322 | 163 | 17 | 0 | 55 | 135 | 22 | 37 | 127 | 54 |
| Binary | 11010010 | 1110011 | 1111 | 0 | 101101 | 1011101 | 10010 | 11111 | 1010111 | 101100 |
Color Harmonies of #D2730F
Complementary color
Monochromatic Colors of #D2730F
Black with #D2730F
Text Example
Text Example
White with #D2730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2730F; }
p { color: rgb(210,115,15); }
H1.HeaderClassName
{
color: #D2730F;
}
.AnyTagClassName
{
color: #D2730F;
}
</style>
background-color css
<style>
a { background-color: #D2730F; }
a { background-color: rgb(210,115,15); }
div.DivClassName
{
background-color: #D2730F;
}
.BgClassName
{
background-color: #D2730F;
}
</style>
border-color css
<style>
span { border-color: #D2730F; }
span { border-color: rgb(210,115,15); }
td.TdClassName
{
border-color: #D2730F;
}
.TagClassName
{
border-color: #D2730F;
}
</style>