Shades of Chocolate #D6501C
Tints of Chocolate #D6501C
RGB
CMYK
RGB Variations
Color information
#D6501C (or 0xD6501C) is known color: Chocolate. HEX triplet: D6, 50 and 1C. RGB value is (214,80,28). Sum of RGB (Red+Green+Blue) = 214+80+28=322 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.46% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 28 (11.33% from 255 or 8.70% from 322); Max value from RGB is 214 - color contains mainly: red. Hex color #D6501C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6501C is #29AFE3. Grayscale: #727272. Windows color (decimal): -2732004 or 1855702. OLE color: 1855702.
HSL color Cylindrical-coordinate representation of color #D6501C: hue angle of 16.77º 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 #D6501C is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 28 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.16 |
| HSL | 16.77º | 0.77% | 0.47% | - |
| HSV(B) | 16.77º | 0.87% | 0.84% | - |
| XYZ | 30.81 | 20.12 | 3.36 | - |
| YUV | 114.14 | 79.39 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 28 | 0 | 0.63 | 0.87 | 0.16 | 16.77 | 0.77 | 0.47 |
| Hex | D6 | 50 | 1C | 0 | 3F | 57 | 10 | 11 | 4D | 2F |
| Octal | 326 | 120 | 34 | 0 | 77 | 127 | 20 | 21 | 115 | 57 |
| Binary | 11010110 | 1010000 | 11100 | 0 | 111111 | 1010111 | 10000 | 10001 | 1001101 | 101111 |
Color Harmonies of #D6501C
Complementary color
Monochromatic Colors of #D6501C
Black with #D6501C
Text Example
Text Example
White with #D6501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6501C; }
p { color: rgb(214,80,28); }
H1.HeaderClassName
{
color: #D6501C;
}
.AnyTagClassName
{
color: #D6501C;
}
</style>
background-color css
<style>
a { background-color: #D6501C; }
a { background-color: rgb(214,80,28); }
div.DivClassName
{
background-color: #D6501C;
}
.BgClassName
{
background-color: #D6501C;
}
</style>
border-color css
<style>
span { border-color: #D6501C; }
span { border-color: rgb(214,80,28); }
td.TdClassName
{
border-color: #D6501C;
}
.TagClassName
{
border-color: #D6501C;
}
</style>