Shades of Chocolate #DD611C
Tints of Chocolate #DD611C
RGB
CMYK
RGB Variations
Color information
#DD611C (or 0xDD611C) is known color: Chocolate. HEX triplet: DD, 61 and 1C. RGB value is (221,97,28). Sum of RGB (Red+Green+Blue) = 221+97+28=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD611C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD611C is #229EE3. Grayscale: #7E7E7E. Windows color (decimal): -2268900 or 1860061. OLE color: 1860061.
HSL color Cylindrical-coordinate representation of color #DD611C: hue angle of 21.45º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD611C is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 28 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.13 |
| HSL | 21.45º | 0.78% | 0.49% | - |
| HSV(B) | 21.45º | 0.87% | 0.87% | - |
| XYZ | 34.3 | 24.01 | 3.92 | - |
| YUV | 126.21 | 72.58 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 28 | 0 | 0.56 | 0.87 | 0.13 | 21.45 | 0.78 | 0.49 |
| Hex | DD | 61 | 1C | 0 | 38 | 57 | D | 15 | 4E | 31 |
| Octal | 335 | 141 | 34 | 0 | 70 | 127 | 15 | 25 | 116 | 61 |
| Binary | 11011101 | 1100001 | 11100 | 0 | 111000 | 1010111 | 1101 | 10101 | 1001110 | 110001 |
Color Harmonies of #DD611C
Complementary color
Monochromatic Colors of #DD611C
Black with #DD611C
Text Example
Text Example
White with #DD611C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD611C; }
p { color: rgb(221,97,28); }
H1.HeaderClassName
{
color: #DD611C;
}
.AnyTagClassName
{
color: #DD611C;
}
</style>
background-color css
<style>
a { background-color: #DD611C; }
a { background-color: rgb(221,97,28); }
div.DivClassName
{
background-color: #DD611C;
}
.BgClassName
{
background-color: #DD611C;
}
</style>
border-color css
<style>
span { border-color: #DD611C; }
span { border-color: rgb(221,97,28); }
td.TdClassName
{
border-color: #DD611C;
}
.TagClassName
{
border-color: #DD611C;
}
</style>