Shades of Chocolate #D65721
Tints of Chocolate #D65721
RGB
CMYK
RGB Variations
Color information
#D65721 (or 0xD65721) is known color: Chocolate. HEX triplet: D6, 57 and 21. RGB value is (214,87,33). Sum of RGB (Red+Green+Blue) = 214+87+33=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 33 (13.28% from 255 or 9.88% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D65721 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65721 is #29A8DE. Grayscale: #777777. Windows color (decimal): -2730207 or 2185174. OLE color: 2185174.
HSL color Cylindrical-coordinate representation of color #D65721: hue angle of 17.9º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D65721 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 33 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.16 |
| HSL | 17.9º | 0.73% | 0.48% | - |
| HSV(B) | 17.9º | 0.85% | 0.84% | - |
| XYZ | 31.41 | 21.22 | 3.88 | - |
| YUV | 118.82 | 79.58 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 33 | 0 | 0.59 | 0.85 | 0.16 | 17.9 | 0.73 | 0.48 |
| Hex | D6 | 57 | 21 | 0 | 3B | 55 | 10 | 12 | 49 | 30 |
| Octal | 326 | 127 | 41 | 0 | 73 | 125 | 20 | 22 | 111 | 60 |
| Binary | 11010110 | 1010111 | 100001 | 0 | 111011 | 1010101 | 10000 | 10010 | 1001001 | 110000 |
Color Harmonies of #D65721
Complementary color
Monochromatic Colors of #D65721
Black with #D65721
Text Example
Text Example
White with #D65721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65721; }
p { color: rgb(214,87,33); }
H1.HeaderClassName
{
color: #D65721;
}
.AnyTagClassName
{
color: #D65721;
}
</style>
background-color css
<style>
a { background-color: #D65721; }
a { background-color: rgb(214,87,33); }
div.DivClassName
{
background-color: #D65721;
}
.BgClassName
{
background-color: #D65721;
}
</style>
border-color css
<style>
span { border-color: #D65721; }
span { border-color: rgb(214,87,33); }
td.TdClassName
{
border-color: #D65721;
}
.TagClassName
{
border-color: #D65721;
}
</style>