Shades of Chocolate #D65B21
Tints of Chocolate #D65B21
RGB
CMYK
RGB Variations
Color information
#D65B21 (or 0xD65B21) is known color: Chocolate. HEX triplet: D6, 5B and 21. RGB value is (214,91,33). Sum of RGB (Red+Green+Blue) = 214+91+33=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65B21 is #29A4DE. Grayscale: #797979. Windows color (decimal): -2729183 or 2186198. OLE color: 2186198.
HSL color Cylindrical-coordinate representation of color #D65B21: hue angle of 19.23º 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 #D65B21 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 91 | 33 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.16 |
| HSL | 19.23º | 0.73% | 0.48% | - |
| HSV(B) | 19.23º | 0.85% | 0.84% | - |
| XYZ | 31.75 | 21.89 | 3.99 | - |
| YUV | 121.17 | 78.25 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 33 | 0 | 0.57 | 0.85 | 0.16 | 19.23 | 0.73 | 0.48 |
| Hex | D6 | 5B | 21 | 0 | 39 | 55 | 10 | 13 | 49 | 30 |
| Octal | 326 | 133 | 41 | 0 | 71 | 125 | 20 | 23 | 111 | 60 |
| Binary | 11010110 | 1011011 | 100001 | 0 | 111001 | 1010101 | 10000 | 10011 | 1001001 | 110000 |
Color Harmonies of #D65B21
Complementary color
Monochromatic Colors of #D65B21
Black with #D65B21
Text Example
Text Example
White with #D65B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65B21; }
p { color: rgb(214,91,33); }
H1.HeaderClassName
{
color: #D65B21;
}
.AnyTagClassName
{
color: #D65B21;
}
</style>
background-color css
<style>
a { background-color: #D65B21; }
a { background-color: rgb(214,91,33); }
div.DivClassName
{
background-color: #D65B21;
}
.BgClassName
{
background-color: #D65B21;
}
</style>
border-color css
<style>
span { border-color: #D65B21; }
span { border-color: rgb(214,91,33); }
td.TdClassName
{
border-color: #D65B21;
}
.TagClassName
{
border-color: #D65B21;
}
</style>