Shades of Chocolate #D65B15
Tints of Chocolate #D65B15
RGB
CMYK
RGB Variations
Color information
#D65B15 (or 0xD65B15) is known color: Chocolate. HEX triplet: D6, 5B and 15. RGB value is (214,91,21). Sum of RGB (Red+Green+Blue) = 214+91+21=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65B15 is #29A4EA. Grayscale: #787878. Windows color (decimal): -2729195 or 1399766. OLE color: 1399766.
HSL color Cylindrical-coordinate representation of color #D65B15: hue angle of 21.76º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D65B15 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 91 | 21 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.16 |
| HSL | 21.76º | 0.82% | 0.46% | - |
| HSV(B) | 21.76º | 0.9% | 0.84% | - |
| XYZ | 31.61 | 21.83 | 3.26 | - |
| YUV | 119.8 | 72.25 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 21 | 0 | 0.57 | 0.90 | 0.16 | 21.76 | 0.82 | 0.46 |
| Hex | D6 | 5B | 15 | 0 | 39 | 5A | 10 | 16 | 52 | 2E |
| Octal | 326 | 133 | 25 | 0 | 71 | 132 | 20 | 26 | 122 | 56 |
| Binary | 11010110 | 1011011 | 10101 | 0 | 111001 | 1011010 | 10000 | 10110 | 1010010 | 101110 |
Color Harmonies of #D65B15
Complementary color
Monochromatic Colors of #D65B15
Black with #D65B15
Text Example
Text Example
White with #D65B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65B15; }
p { color: rgb(214,91,21); }
H1.HeaderClassName
{
color: #D65B15;
}
.AnyTagClassName
{
color: #D65B15;
}
</style>
background-color css
<style>
a { background-color: #D65B15; }
a { background-color: rgb(214,91,21); }
div.DivClassName
{
background-color: #D65B15;
}
.BgClassName
{
background-color: #D65B15;
}
</style>
border-color css
<style>
span { border-color: #D65B15; }
span { border-color: rgb(214,91,21); }
td.TdClassName
{
border-color: #D65B15;
}
.TagClassName
{
border-color: #D65B15;
}
</style>