Shades of Chocolate #D9621C
Tints of Chocolate #D9621C
RGB
CMYK
RGB Variations
Color information
#D9621C (or 0xD9621C) is known color: Chocolate. HEX triplet: D9, 62 and 1C. RGB value is (217,98,28). Sum of RGB (Red+Green+Blue) = 217+98+28=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 28 (11.33% from 255 or 8.16% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D9621C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9621C is #269DE3. Grayscale: #7D7D7D. Windows color (decimal): -2530788 or 1860313. OLE color: 1860313.
HSL color Cylindrical-coordinate representation of color #D9621C: hue angle of 22.22º 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 #D9621C is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 98 | 28 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.15 |
| HSL | 22.22º | 0.77% | 0.48% | - |
| HSV(B) | 22.22º | 0.87% | 0.85% | - |
| XYZ | 33.19 | 23.57 | 3.9 | - |
| YUV | 125.6 | 72.92 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 98 | 28 | 0 | 0.55 | 0.87 | 0.15 | 22.22 | 0.77 | 0.48 |
| Hex | D9 | 62 | 1C | 0 | 37 | 57 | F | 16 | 4D | 30 |
| Octal | 331 | 142 | 34 | 0 | 67 | 127 | 17 | 26 | 115 | 60 |
| Binary | 11011001 | 1100010 | 11100 | 0 | 110111 | 1010111 | 1111 | 10110 | 1001101 | 110000 |
Color Harmonies of #D9621C
Complementary color
Monochromatic Colors of #D9621C
Black with #D9621C
Text Example
Text Example
White with #D9621C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9621C; }
p { color: rgb(217,98,28); }
H1.HeaderClassName
{
color: #D9621C;
}
.AnyTagClassName
{
color: #D9621C;
}
</style>
background-color css
<style>
a { background-color: #D9621C; }
a { background-color: rgb(217,98,28); }
div.DivClassName
{
background-color: #D9621C;
}
.BgClassName
{
background-color: #D9621C;
}
</style>
border-color css
<style>
span { border-color: #D9621C; }
span { border-color: rgb(217,98,28); }
td.TdClassName
{
border-color: #D9621C;
}
.TagClassName
{
border-color: #D9621C;
}
</style>