Shades of Chocolate #DD581A
Tints of Chocolate #DD581A
RGB
CMYK
RGB Variations
Color information
#DD581A (or 0xDD581A) is known color: Chocolate. HEX triplet: DD, 58 and 1A. RGB value is (221,88,26). Sum of RGB (Red+Green+Blue) = 221+88+26=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD581A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD581A is #22A7E5. Grayscale: #797979. Windows color (decimal): -2271206 or 1726685. OLE color: 1726685.
HSL color Cylindrical-coordinate representation of color #DD581A: hue angle of 19.08º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD581A is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 26 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.13 |
| HSL | 19.08º | 0.79% | 0.48% | - |
| HSV(B) | 19.08º | 0.88% | 0.87% | - |
| XYZ | 33.49 | 22.43 | 3.54 | - |
| YUV | 120.7 | 74.56 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 26 | 0 | 0.60 | 0.88 | 0.13 | 19.08 | 0.79 | 0.48 |
| Hex | DD | 58 | 1A | 0 | 3C | 58 | D | 13 | 4F | 30 |
| Octal | 335 | 130 | 32 | 0 | 74 | 130 | 15 | 23 | 117 | 60 |
| Binary | 11011101 | 1011000 | 11010 | 0 | 111100 | 1011000 | 1101 | 10011 | 1001111 | 110000 |
Color Harmonies of #DD581A
Complementary color
Monochromatic Colors of #DD581A
Black with #DD581A
Text Example
Text Example
White with #DD581A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD581A; }
p { color: rgb(221,88,26); }
H1.HeaderClassName
{
color: #DD581A;
}
.AnyTagClassName
{
color: #DD581A;
}
</style>
background-color css
<style>
a { background-color: #DD581A; }
a { background-color: rgb(221,88,26); }
div.DivClassName
{
background-color: #DD581A;
}
.BgClassName
{
background-color: #DD581A;
}
</style>
border-color css
<style>
span { border-color: #DD581A; }
span { border-color: rgb(221,88,26); }
td.TdClassName
{
border-color: #DD581A;
}
.TagClassName
{
border-color: #DD581A;
}
</style>