Shades of Chocolate #D76915
Tints of Chocolate #D76915
RGB
CMYK
RGB Variations
Color information
#D76915 (or 0xD76915) is known color: Chocolate. HEX triplet: D7, 69 and 15. RGB value is (215,105,21). Sum of RGB (Red+Green+Blue) = 215+105+21=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D76915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76915 is #2896EA. Grayscale: #808080. Windows color (decimal): -2660075 or 1403351. OLE color: 1403351.
HSL color Cylindrical-coordinate representation of color #D76915: hue angle of 25.98º 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 #D76915 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 105 | 21 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.16 |
| HSL | 25.98º | 0.82% | 0.46% | - |
| HSV(B) | 25.98º | 0.9% | 0.84% | - |
| XYZ | 33.21 | 24.6 | 3.71 | - |
| YUV | 128.31 | 67.44 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 105 | 21 | 0 | 0.51 | 0.90 | 0.16 | 25.98 | 0.82 | 0.46 |
| Hex | D7 | 69 | 15 | 0 | 33 | 5A | 10 | 1A | 52 | 2E |
| Octal | 327 | 151 | 25 | 0 | 63 | 132 | 20 | 32 | 122 | 56 |
| Binary | 11010111 | 1101001 | 10101 | 0 | 110011 | 1011010 | 10000 | 11010 | 1010010 | 101110 |
Color Harmonies of #D76915
Complementary color
Monochromatic Colors of #D76915
Black with #D76915
Text Example
Text Example
White with #D76915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76915; }
p { color: rgb(215,105,21); }
H1.HeaderClassName
{
color: #D76915;
}
.AnyTagClassName
{
color: #D76915;
}
</style>
background-color css
<style>
a { background-color: #D76915; }
a { background-color: rgb(215,105,21); }
div.DivClassName
{
background-color: #D76915;
}
.BgClassName
{
background-color: #D76915;
}
</style>
border-color css
<style>
span { border-color: #D76915; }
span { border-color: rgb(215,105,21); }
td.TdClassName
{
border-color: #D76915;
}
.TagClassName
{
border-color: #D76915;
}
</style>