Shades of Chocolate #D65D12
Tints of Chocolate #D65D12
RGB
CMYK
RGB Variations
Color information
#D65D12 (or 0xD65D12) is known color: Chocolate. HEX triplet: D6, 5D and 12. RGB value is (214,93,18). Sum of RGB (Red+Green+Blue) = 214+93+18=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65D12 is #29A2ED. Grayscale: #797979. Windows color (decimal): -2728686 or 1203670. OLE color: 1203670.
HSL color Cylindrical-coordinate representation of color #D65D12: hue angle of 22.96º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D65D12 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 93 | 18 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.16 |
| HSL | 22.96º | 0.84% | 0.45% | - |
| HSV(B) | 22.96º | 0.92% | 0.84% | - |
| XYZ | 31.76 | 22.17 | 3.18 | - |
| YUV | 120.63 | 70.09 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 18 | 0 | 0.57 | 0.92 | 0.16 | 22.96 | 0.84 | 0.45 |
| Hex | D6 | 5D | 12 | 0 | 39 | 5C | 10 | 17 | 54 | 2D |
| Octal | 326 | 135 | 22 | 0 | 71 | 134 | 20 | 27 | 124 | 55 |
| Binary | 11010110 | 1011101 | 10010 | 0 | 111001 | 1011100 | 10000 | 10111 | 1010100 | 101101 |
Color Harmonies of #D65D12
Complementary color
Monochromatic Colors of #D65D12
Black with #D65D12
Text Example
Text Example
White with #D65D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65D12; }
p { color: rgb(214,93,18); }
H1.HeaderClassName
{
color: #D65D12;
}
.AnyTagClassName
{
color: #D65D12;
}
</style>
background-color css
<style>
a { background-color: #D65D12; }
a { background-color: rgb(214,93,18); }
div.DivClassName
{
background-color: #D65D12;
}
.BgClassName
{
background-color: #D65D12;
}
</style>
border-color css
<style>
span { border-color: #D65D12; }
span { border-color: rgb(214,93,18); }
td.TdClassName
{
border-color: #D65D12;
}
.TagClassName
{
border-color: #D65D12;
}
</style>