Shades of Chocolate #D76319
Tints of Chocolate #D76319
RGB
CMYK
RGB Variations
Color information
#D76319 (or 0xD76319) is known color: Chocolate. HEX triplet: D7, 63 and 19. RGB value is (215,99,25). Sum of RGB (Red+Green+Blue) = 215+99+25=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D76319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76319 is #289CE6. Grayscale: #7D7D7D. Windows color (decimal): -2661607 or 1663959. OLE color: 1663959.
HSL color Cylindrical-coordinate representation of color #D76319: hue angle of 23.37º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D76319 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 99 | 25 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.16 |
| HSL | 23.37º | 0.79% | 0.47% | - |
| HSV(B) | 23.37º | 0.88% | 0.84% | - |
| XYZ | 32.66 | 23.44 | 3.72 | - |
| YUV | 125.25 | 71.43 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 25 | 0 | 0.54 | 0.88 | 0.16 | 23.37 | 0.79 | 0.47 |
| Hex | D7 | 63 | 19 | 0 | 36 | 58 | 10 | 17 | 4F | 2F |
| Octal | 327 | 143 | 31 | 0 | 66 | 130 | 20 | 27 | 117 | 57 |
| Binary | 11010111 | 1100011 | 11001 | 0 | 110110 | 1011000 | 10000 | 10111 | 1001111 | 101111 |
Color Harmonies of #D76319
Complementary color
Monochromatic Colors of #D76319
Black with #D76319
Text Example
Text Example
White with #D76319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76319; }
p { color: rgb(215,99,25); }
H1.HeaderClassName
{
color: #D76319;
}
.AnyTagClassName
{
color: #D76319;
}
</style>
background-color css
<style>
a { background-color: #D76319; }
a { background-color: rgb(215,99,25); }
div.DivClassName
{
background-color: #D76319;
}
.BgClassName
{
background-color: #D76319;
}
</style>
border-color css
<style>
span { border-color: #D76319; }
span { border-color: rgb(215,99,25); }
td.TdClassName
{
border-color: #D76319;
}
.TagClassName
{
border-color: #D76319;
}
</style>