Shades of Chocolate #D8521C
Tints of Chocolate #D8521C
RGB
CMYK
RGB Variations
Color information
#D8521C (or 0xD8521C) is known color: Chocolate. HEX triplet: D8, 52 and 1C. RGB value is (216,82,28). Sum of RGB (Red+Green+Blue) = 216+82+28=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D8521C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8521C is #27ADE3. Grayscale: #747474. Windows color (decimal): -2600420 or 1856216. OLE color: 1856216.
HSL color Cylindrical-coordinate representation of color #D8521C: hue angle of 17.23º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D8521C is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 28 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.15 |
| HSL | 17.23º | 0.77% | 0.48% | - |
| HSV(B) | 17.23º | 0.87% | 0.85% | - |
| XYZ | 31.55 | 20.72 | 3.43 | - |
| YUV | 115.91 | 78.39 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 28 | 0 | 0.62 | 0.87 | 0.15 | 17.23 | 0.77 | 0.48 |
| Hex | D8 | 52 | 1C | 0 | 3E | 57 | F | 11 | 4D | 30 |
| Octal | 330 | 122 | 34 | 0 | 76 | 127 | 17 | 21 | 115 | 60 |
| Binary | 11011000 | 1010010 | 11100 | 0 | 111110 | 1010111 | 1111 | 10001 | 1001101 | 110000 |
Color Harmonies of #D8521C
Complementary color
Monochromatic Colors of #D8521C
Black with #D8521C
Text Example
Text Example
White with #D8521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8521C; }
p { color: rgb(216,82,28); }
H1.HeaderClassName
{
color: #D8521C;
}
.AnyTagClassName
{
color: #D8521C;
}
</style>
background-color css
<style>
a { background-color: #D8521C; }
a { background-color: rgb(216,82,28); }
div.DivClassName
{
background-color: #D8521C;
}
.BgClassName
{
background-color: #D8521C;
}
</style>
border-color css
<style>
span { border-color: #D8521C; }
span { border-color: rgb(216,82,28); }
td.TdClassName
{
border-color: #D8521C;
}
.TagClassName
{
border-color: #D8521C;
}
</style>