Shades of Chocolate #D66515
Tints of Chocolate #D66515
RGB
CMYK
RGB Variations
Color information
#D66515 (or 0xD66515) is known color: Chocolate. HEX triplet: D6, 65 and 15. RGB value is (214,101,21). Sum of RGB (Red+Green+Blue) = 214+101+21=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 21 (8.59% from 255 or 6.25% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D66515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66515 is #299AEA. Grayscale: #7E7E7E. Windows color (decimal): -2726635 or 1402326. OLE color: 1402326.
HSL color Cylindrical-coordinate representation of color #D66515: hue angle of 24.87º 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 #D66515 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 101 | 21 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.16 |
| HSL | 24.87º | 0.82% | 0.46% | - |
| HSV(B) | 24.87º | 0.9% | 0.84% | - |
| XYZ | 32.52 | 23.66 | 3.56 | - |
| YUV | 125.67 | 68.94 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 21 | 0 | 0.53 | 0.90 | 0.16 | 24.87 | 0.82 | 0.46 |
| Hex | D6 | 65 | 15 | 0 | 35 | 5A | 10 | 19 | 52 | 2E |
| Octal | 326 | 145 | 25 | 0 | 65 | 132 | 20 | 31 | 122 | 56 |
| Binary | 11010110 | 1100101 | 10101 | 0 | 110101 | 1011010 | 10000 | 11001 | 1010010 | 101110 |
Color Harmonies of #D66515
Complementary color
Monochromatic Colors of #D66515
Black with #D66515
Text Example
Text Example
White with #D66515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66515; }
p { color: rgb(214,101,21); }
H1.HeaderClassName
{
color: #D66515;
}
.AnyTagClassName
{
color: #D66515;
}
</style>
background-color css
<style>
a { background-color: #D66515; }
a { background-color: rgb(214,101,21); }
div.DivClassName
{
background-color: #D66515;
}
.BgClassName
{
background-color: #D66515;
}
</style>
border-color css
<style>
span { border-color: #D66515; }
span { border-color: rgb(214,101,21); }
td.TdClassName
{
border-color: #D66515;
}
.TagClassName
{
border-color: #D66515;
}
</style>