Shades of Chocolate #D76324
Tints of Chocolate #D76324
RGB
CMYK
RGB Variations
Color information
#D76324 (or 0xD76324) is known color: Chocolate. HEX triplet: D7, 63 and 24. RGB value is (215,99,36). Sum of RGB (Red+Green+Blue) = 215+99+36=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 36 (14.45% from 255 or 10.29% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D76324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76324 is #289CDB. Grayscale: #7E7E7E. Windows color (decimal): -2661596 or 2384855. OLE color: 2384855.
HSL color Cylindrical-coordinate representation of color #D76324: hue angle of 21.12º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D76324 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 99 | 36 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.16 |
| HSL | 21.12º | 0.71% | 0.49% | - |
| HSV(B) | 21.12º | 0.83% | 0.84% | - |
| XYZ | 32.8 | 23.5 | 4.48 | - |
| YUV | 126.5 | 76.93 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 36 | 0 | 0.54 | 0.83 | 0.16 | 21.12 | 0.71 | 0.49 |
| Hex | D7 | 63 | 24 | 0 | 36 | 53 | 10 | 15 | 47 | 31 |
| Octal | 327 | 143 | 44 | 0 | 66 | 123 | 20 | 25 | 107 | 61 |
| Binary | 11010111 | 1100011 | 100100 | 0 | 110110 | 1010011 | 10000 | 10101 | 1000111 | 110001 |
Color Harmonies of #D76324
Complementary color
Monochromatic Colors of #D76324
Black with #D76324
Text Example
Text Example
White with #D76324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76324; }
p { color: rgb(215,99,36); }
H1.HeaderClassName
{
color: #D76324;
}
.AnyTagClassName
{
color: #D76324;
}
</style>
background-color css
<style>
a { background-color: #D76324; }
a { background-color: rgb(215,99,36); }
div.DivClassName
{
background-color: #D76324;
}
.BgClassName
{
background-color: #D76324;
}
</style>
border-color css
<style>
span { border-color: #D76324; }
span { border-color: rgb(215,99,36); }
td.TdClassName
{
border-color: #D76324;
}
.TagClassName
{
border-color: #D76324;
}
</style>