Shades of Chocolate #D5501C
Tints of Chocolate #D5501C
RGB
CMYK
RGB Variations
Color information
#D5501C (or 0xD5501C) is known color: Chocolate. HEX triplet: D5, 50 and 1C. RGB value is (213,80,28). Sum of RGB (Red+Green+Blue) = 213+80+28=321 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.36% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 213 - color contains mainly: red. Hex color #D5501C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5501C is #2AAFE3. Grayscale: #727272. Windows color (decimal): -2797540 or 1855701. OLE color: 1855701.
HSL color Cylindrical-coordinate representation of color #D5501C: hue angle of 16.86º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5501C is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 28 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.16 |
| HSL | 16.86º | 0.77% | 0.47% | - |
| HSV(B) | 16.86º | 0.87% | 0.84% | - |
| XYZ | 30.52 | 19.97 | 3.34 | - |
| YUV | 113.84 | 79.56 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 28 | 0 | 0.62 | 0.87 | 0.16 | 16.86 | 0.77 | 0.47 |
| Hex | D5 | 50 | 1C | 0 | 3E | 57 | 10 | 11 | 4D | 2F |
| Octal | 325 | 120 | 34 | 0 | 76 | 127 | 20 | 21 | 115 | 57 |
| Binary | 11010101 | 1010000 | 11100 | 0 | 111110 | 1010111 | 10000 | 10001 | 1001101 | 101111 |
Color Harmonies of #D5501C
Complementary color
Monochromatic Colors of #D5501C
Black with #D5501C
Text Example
Text Example
White with #D5501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5501C; }
p { color: rgb(213,80,28); }
H1.HeaderClassName
{
color: #D5501C;
}
.AnyTagClassName
{
color: #D5501C;
}
</style>
background-color css
<style>
a { background-color: #D5501C; }
a { background-color: rgb(213,80,28); }
div.DivClassName
{
background-color: #D5501C;
}
.BgClassName
{
background-color: #D5501C;
}
</style>
border-color css
<style>
span { border-color: #D5501C; }
span { border-color: rgb(213,80,28); }
td.TdClassName
{
border-color: #D5501C;
}
.TagClassName
{
border-color: #D5501C;
}
</style>