Shades of Chocolate #D76326
Tints of Chocolate #D76326
RGB
CMYK
RGB Variations
Color information
#D76326 (or 0xD76326) is known color: Chocolate. HEX triplet: D7, 63 and 26. RGB value is (215,99,38). Sum of RGB (Red+Green+Blue) = 215+99+38=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 38 (15.23% from 255 or 10.80% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D76326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76326 is #289CD9. Grayscale: #7F7F7F. Windows color (decimal): -2661594 or 2515927. OLE color: 2515927.
HSL color Cylindrical-coordinate representation of color #D76326: hue angle of 20.68º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D76326 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 99 | 38 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.16 |
| HSL | 20.68º | 0.7% | 0.5% | - |
| HSV(B) | 20.68º | 0.82% | 0.84% | - |
| XYZ | 32.84 | 23.51 | 4.64 | - |
| YUV | 126.73 | 77.93 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 38 | 0 | 0.54 | 0.82 | 0.16 | 20.68 | 0.7 | 0.5 |
| Hex | D7 | 63 | 26 | 0 | 36 | 52 | 10 | 15 | 46 | 32 |
| Octal | 327 | 143 | 46 | 0 | 66 | 122 | 20 | 25 | 106 | 62 |
| Binary | 11010111 | 1100011 | 100110 | 0 | 110110 | 1010010 | 10000 | 10101 | 1000110 | 110010 |
Color Harmonies of #D76326
Complementary color
Monochromatic Colors of #D76326
Black with #D76326
Text Example
Text Example
White with #D76326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76326; }
p { color: rgb(215,99,38); }
H1.HeaderClassName
{
color: #D76326;
}
.AnyTagClassName
{
color: #D76326;
}
</style>
background-color css
<style>
a { background-color: #D76326; }
a { background-color: rgb(215,99,38); }
div.DivClassName
{
background-color: #D76326;
}
.BgClassName
{
background-color: #D76326;
}
</style>
border-color css
<style>
span { border-color: #D76326; }
span { border-color: rgb(215,99,38); }
td.TdClassName
{
border-color: #D76326;
}
.TagClassName
{
border-color: #D76326;
}
</style>