Shades of Chocolate #DD641A
Tints of Chocolate #DD641A
RGB
CMYK
RGB Variations
Color information
#DD641A (or 0xDD641A) is known color: Chocolate. HEX triplet: DD, 64 and 1A. RGB value is (221,100,26). Sum of RGB (Red+Green+Blue) = 221+100+26=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD641A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD641A is #229BE5. Grayscale: #808080. Windows color (decimal): -2268134 or 1729757. OLE color: 1729757.
HSL color Cylindrical-coordinate representation of color #DD641A: hue angle of 22.77º 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 #DD641A is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 26 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.13 |
| HSL | 22.77º | 0.79% | 0.48% | - |
| HSV(B) | 22.77º | 0.88% | 0.87% | - |
| XYZ | 34.56 | 24.56 | 3.9 | - |
| YUV | 127.74 | 70.59 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 26 | 0 | 0.55 | 0.88 | 0.13 | 22.77 | 0.79 | 0.48 |
| Hex | DD | 64 | 1A | 0 | 37 | 58 | D | 17 | 4F | 30 |
| Octal | 335 | 144 | 32 | 0 | 67 | 130 | 15 | 27 | 117 | 60 |
| Binary | 11011101 | 1100100 | 11010 | 0 | 110111 | 1011000 | 1101 | 10111 | 1001111 | 110000 |
Color Harmonies of #DD641A
Complementary color
Monochromatic Colors of #DD641A
Black with #DD641A
Text Example
Text Example
White with #DD641A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD641A; }
p { color: rgb(221,100,26); }
H1.HeaderClassName
{
color: #DD641A;
}
.AnyTagClassName
{
color: #DD641A;
}
</style>
background-color css
<style>
a { background-color: #DD641A; }
a { background-color: rgb(221,100,26); }
div.DivClassName
{
background-color: #DD641A;
}
.BgClassName
{
background-color: #DD641A;
}
</style>
border-color css
<style>
span { border-color: #DD641A; }
span { border-color: rgb(221,100,26); }
td.TdClassName
{
border-color: #DD641A;
}
.TagClassName
{
border-color: #DD641A;
}
</style>