Shades of Chocolate #D65F15
Tints of Chocolate #D65F15
RGB
CMYK
RGB Variations
Color information
#D65F15 (or 0xD65F15) is known color: Chocolate. HEX triplet: D6, 5F and 15. RGB value is (214,95,21). Sum of RGB (Red+Green+Blue) = 214+95+21=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65F15 is #29A0EA. Grayscale: #7A7A7A. Windows color (decimal): -2728171 or 1400790. OLE color: 1400790.
HSL color Cylindrical-coordinate representation of color #D65F15: hue angle of 23.01º 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 #D65F15 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 95 | 21 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.16 |
| HSL | 23.01º | 0.82% | 0.46% | - |
| HSV(B) | 23.01º | 0.9% | 0.84% | - |
| XYZ | 31.96 | 22.53 | 3.37 | - |
| YUV | 122.15 | 70.92 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 21 | 0 | 0.56 | 0.90 | 0.16 | 23.01 | 0.82 | 0.46 |
| Hex | D6 | 5F | 15 | 0 | 38 | 5A | 10 | 17 | 52 | 2E |
| Octal | 326 | 137 | 25 | 0 | 70 | 132 | 20 | 27 | 122 | 56 |
| Binary | 11010110 | 1011111 | 10101 | 0 | 111000 | 1011010 | 10000 | 10111 | 1010010 | 101110 |
Color Harmonies of #D65F15
Complementary color
Monochromatic Colors of #D65F15
Black with #D65F15
Text Example
Text Example
White with #D65F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65F15; }
p { color: rgb(214,95,21); }
H1.HeaderClassName
{
color: #D65F15;
}
.AnyTagClassName
{
color: #D65F15;
}
</style>
background-color css
<style>
a { background-color: #D65F15; }
a { background-color: rgb(214,95,21); }
div.DivClassName
{
background-color: #D65F15;
}
.BgClassName
{
background-color: #D65F15;
}
</style>
border-color css
<style>
span { border-color: #D65F15; }
span { border-color: rgb(214,95,21); }
td.TdClassName
{
border-color: #D65F15;
}
.TagClassName
{
border-color: #D65F15;
}
</style>