Shades of Chocolate #D76D19
Tints of Chocolate #D76D19
RGB
CMYK
RGB Variations
Color information
#D76D19 (or 0xD76D19) is known color: Chocolate. HEX triplet: D7, 6D and 19. RGB value is (215,109,25). Sum of RGB (Red+Green+Blue) = 215+109+25=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 25 (10.16% from 255 or 7.16% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76D19 is #2892E6. Grayscale: #838383. Windows color (decimal): -2659047 or 1666519. OLE color: 1666519.
HSL color Cylindrical-coordinate representation of color #D76D19: hue angle of 26.53º 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 #D76D19 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 25 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.16 |
| HSL | 26.53º | 0.79% | 0.47% | - |
| HSV(B) | 26.53º | 0.88% | 0.84% | - |
| XYZ | 33.67 | 25.45 | 4.06 | - |
| YUV | 131.12 | 68.12 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 25 | 0 | 0.49 | 0.88 | 0.16 | 26.53 | 0.79 | 0.47 |
| Hex | D7 | 6D | 19 | 0 | 31 | 58 | 10 | 1B | 4F | 2F |
| Octal | 327 | 155 | 31 | 0 | 61 | 130 | 20 | 33 | 117 | 57 |
| Binary | 11010111 | 1101101 | 11001 | 0 | 110001 | 1011000 | 10000 | 11011 | 1001111 | 101111 |
Color Harmonies of #D76D19
Complementary color
Monochromatic Colors of #D76D19
Black with #D76D19
Text Example
Text Example
White with #D76D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76D19; }
p { color: rgb(215,109,25); }
H1.HeaderClassName
{
color: #D76D19;
}
.AnyTagClassName
{
color: #D76D19;
}
</style>
background-color css
<style>
a { background-color: #D76D19; }
a { background-color: rgb(215,109,25); }
div.DivClassName
{
background-color: #D76D19;
}
.BgClassName
{
background-color: #D76D19;
}
</style>
border-color css
<style>
span { border-color: #D76D19; }
span { border-color: rgb(215,109,25); }
td.TdClassName
{
border-color: #D76D19;
}
.TagClassName
{
border-color: #D76D19;
}
</style>