Shades of Chocolate #D76123
Tints of Chocolate #D76123
RGB
CMYK
RGB Variations
Color information
#D76123 (or 0xD76123) is known color: Chocolate. HEX triplet: D7, 61 and 23. RGB value is (215,97,35). Sum of RGB (Red+Green+Blue) = 215+97+35=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 35 (14.06% from 255 or 10.09% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D76123 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76123 is #289EDC. Grayscale: #7D7D7D. Windows color (decimal): -2662109 or 2318807. OLE color: 2318807.
HSL color Cylindrical-coordinate representation of color #D76123: hue angle of 20.67º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D76123 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 97 | 35 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.16 |
| HSL | 20.67º | 0.72% | 0.49% | - |
| HSV(B) | 20.67º | 0.84% | 0.84% | - |
| XYZ | 32.6 | 23.12 | 4.33 | - |
| YUV | 125.21 | 77.09 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 97 | 35 | 0 | 0.55 | 0.84 | 0.16 | 20.67 | 0.72 | 0.49 |
| Hex | D7 | 61 | 23 | 0 | 37 | 54 | 10 | 15 | 48 | 31 |
| Octal | 327 | 141 | 43 | 0 | 67 | 124 | 20 | 25 | 110 | 61 |
| Binary | 11010111 | 1100001 | 100011 | 0 | 110111 | 1010100 | 10000 | 10101 | 1001000 | 110001 |
Color Harmonies of #D76123
Complementary color
Monochromatic Colors of #D76123
Black with #D76123
Text Example
Text Example
White with #D76123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76123; }
p { color: rgb(215,97,35); }
H1.HeaderClassName
{
color: #D76123;
}
.AnyTagClassName
{
color: #D76123;
}
</style>
background-color css
<style>
a { background-color: #D76123; }
a { background-color: rgb(215,97,35); }
div.DivClassName
{
background-color: #D76123;
}
.BgClassName
{
background-color: #D76123;
}
</style>
border-color css
<style>
span { border-color: #D76123; }
span { border-color: rgb(215,97,35); }
td.TdClassName
{
border-color: #D76123;
}
.TagClassName
{
border-color: #D76123;
}
</style>