Shades of Chocolate #D05915
Tints of Chocolate #D05915
RGB
CMYK
RGB Variations
Color information
#D05915 (or 0xD05915) is known color: Chocolate. HEX triplet: D0, 59 and 15. RGB value is (208,89,21). Sum of RGB (Red+Green+Blue) = 208+89+21=318 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.41% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 208 - color contains mainly: red. Hex color #D05915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05915 is #2FA6EA. Grayscale: #757575. Windows color (decimal): -3122923 or 1399248. OLE color: 1399248.
HSL color Cylindrical-coordinate representation of color #D05915: hue angle of 21.82º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D05915 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 21 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.18 |
| HSL | 21.82º | 0.82% | 0.45% | - |
| HSV(B) | 21.82º | 0.9% | 0.82% | - |
| XYZ | 29.72 | 20.61 | 3.12 | - |
| YUV | 116.83 | 73.92 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 21 | 0 | 0.57 | 0.90 | 0.18 | 21.82 | 0.82 | 0.45 |
| Hex | D0 | 59 | 15 | 0 | 39 | 5A | 12 | 16 | 52 | 2D |
| Octal | 320 | 131 | 25 | 0 | 71 | 132 | 22 | 26 | 122 | 55 |
| Binary | 11010000 | 1011001 | 10101 | 0 | 111001 | 1011010 | 10010 | 10110 | 1010010 | 101101 |
Color Harmonies of #D05915
Complementary color
Monochromatic Colors of #D05915
Black with #D05915
Text Example
Text Example
White with #D05915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05915; }
p { color: rgb(208,89,21); }
H1.HeaderClassName
{
color: #D05915;
}
.AnyTagClassName
{
color: #D05915;
}
</style>
background-color css
<style>
a { background-color: #D05915; }
a { background-color: rgb(208,89,21); }
div.DivClassName
{
background-color: #D05915;
}
.BgClassName
{
background-color: #D05915;
}
</style>
border-color css
<style>
span { border-color: #D05915; }
span { border-color: rgb(208,89,21); }
td.TdClassName
{
border-color: #D05915;
}
.TagClassName
{
border-color: #D05915;
}
</style>