Shades of Chocolate #D2531C
Tints of Chocolate #D2531C
RGB
CMYK
RGB Variations
Color information
#D2531C (or 0xD2531C) is known color: Chocolate. HEX triplet: D2, 53 and 1C. RGB value is (210,83,28). Sum of RGB (Red+Green+Blue) = 210+83+28=321 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.42% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 210 - color contains mainly: red. Hex color #D2531C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2531C is #2DACE3. Grayscale: #737373. Windows color (decimal): -2993380 or 1856466. OLE color: 1856466.
HSL color Cylindrical-coordinate representation of color #D2531C: hue angle of 18.13º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2531C is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 28 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.18 |
| HSL | 18.13º | 0.76% | 0.47% | - |
| HSV(B) | 18.13º | 0.87% | 0.82% | - |
| XYZ | 29.88 | 19.97 | 3.38 | - |
| YUV | 114.7 | 79.08 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 28 | 0 | 0.60 | 0.87 | 0.18 | 18.13 | 0.76 | 0.47 |
| Hex | D2 | 53 | 1C | 0 | 3C | 57 | 12 | 12 | 4C | 2F |
| Octal | 322 | 123 | 34 | 0 | 74 | 127 | 22 | 22 | 114 | 57 |
| Binary | 11010010 | 1010011 | 11100 | 0 | 111100 | 1010111 | 10010 | 10010 | 1001100 | 101111 |
Color Harmonies of #D2531C
Complementary color
Monochromatic Colors of #D2531C
Black with #D2531C
Text Example
Text Example
White with #D2531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2531C; }
p { color: rgb(210,83,28); }
H1.HeaderClassName
{
color: #D2531C;
}
.AnyTagClassName
{
color: #D2531C;
}
</style>
background-color css
<style>
a { background-color: #D2531C; }
a { background-color: rgb(210,83,28); }
div.DivClassName
{
background-color: #D2531C;
}
.BgClassName
{
background-color: #D2531C;
}
</style>
border-color css
<style>
span { border-color: #D2531C; }
span { border-color: rgb(210,83,28); }
td.TdClassName
{
border-color: #D2531C;
}
.TagClassName
{
border-color: #D2531C;
}
</style>