Shades of Chocolate #D27312
Tints of Chocolate #D27312
RGB
CMYK
RGB Variations
Color information
#D27312 (or 0xD27312) is known color: Chocolate. HEX triplet: D2, 73 and 12. RGB value is (210,115,18). Sum of RGB (Red+Green+Blue) = 210+115+18=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D27312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27312 is #2D8CED. Grayscale: #848484. Windows color (decimal): -2985198 or 1209298. OLE color: 1209298.
HSL color Cylindrical-coordinate representation of color #D27312: hue angle of 30.31º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D27312 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 18 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.18 |
| HSL | 30.31º | 0.84% | 0.45% | - |
| HSV(B) | 30.31º | 0.91% | 0.82% | - |
| XYZ | 32.82 | 26.01 | 3.86 | - |
| YUV | 132.35 | 63.47 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 18 | 0 | 0.45 | 0.91 | 0.18 | 30.31 | 0.84 | 0.45 |
| Hex | D2 | 73 | 12 | 0 | 2D | 5B | 12 | 1E | 54 | 2D |
| Octal | 322 | 163 | 22 | 0 | 55 | 133 | 22 | 36 | 124 | 55 |
| Binary | 11010010 | 1110011 | 10010 | 0 | 101101 | 1011011 | 10010 | 11110 | 1010100 | 101101 |
Color Harmonies of #D27312
Complementary color
Monochromatic Colors of #D27312
Black with #D27312
Text Example
Text Example
White with #D27312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27312; }
p { color: rgb(210,115,18); }
H1.HeaderClassName
{
color: #D27312;
}
.AnyTagClassName
{
color: #D27312;
}
</style>
background-color css
<style>
a { background-color: #D27312; }
a { background-color: rgb(210,115,18); }
div.DivClassName
{
background-color: #D27312;
}
.BgClassName
{
background-color: #D27312;
}
</style>
border-color css
<style>
span { border-color: #D27312; }
span { border-color: rgb(210,115,18); }
td.TdClassName
{
border-color: #D27312;
}
.TagClassName
{
border-color: #D27312;
}
</style>