Shades of Chocolate #DD4F1A
Tints of Chocolate #DD4F1A
RGB
CMYK
RGB Variations
Color information
#DD4F1A (or 0xDD4F1A) is known color: Chocolate. HEX triplet: DD, 4F and 1A. RGB value is (221,79,26). Sum of RGB (Red+Green+Blue) = 221+79+26=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 26 (10.55% from 255 or 7.98% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4F1A is #22B0E5. Grayscale: #737373. Windows color (decimal): -2273510 or 1724381. OLE color: 1724381.
HSL color Cylindrical-coordinate representation of color #DD4F1A: hue angle of 16.31º 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 #DD4F1A is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 26 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.13 |
| HSL | 16.31º | 0.79% | 0.48% | - |
| HSV(B) | 16.31º | 0.88% | 0.87% | - |
| XYZ | 32.8 | 21.04 | 3.31 | - |
| YUV | 115.42 | 77.54 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 26 | 0 | 0.64 | 0.88 | 0.13 | 16.31 | 0.79 | 0.48 |
| Hex | DD | 4F | 1A | 0 | 40 | 58 | D | 10 | 4F | 30 |
| Octal | 335 | 117 | 32 | 0 | 100 | 130 | 15 | 20 | 117 | 60 |
| Binary | 11011101 | 1001111 | 11010 | 0 | 1000000 | 1011000 | 1101 | 10000 | 1001111 | 110000 |
Color Harmonies of #DD4F1A
Complementary color
Monochromatic Colors of #DD4F1A
Black with #DD4F1A
Text Example
Text Example
White with #DD4F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F1A; }
p { color: rgb(221,79,26); }
H1.HeaderClassName
{
color: #DD4F1A;
}
.AnyTagClassName
{
color: #DD4F1A;
}
</style>
background-color css
<style>
a { background-color: #DD4F1A; }
a { background-color: rgb(221,79,26); }
div.DivClassName
{
background-color: #DD4F1A;
}
.BgClassName
{
background-color: #DD4F1A;
}
</style>
border-color css
<style>
span { border-color: #DD4F1A; }
span { border-color: rgb(221,79,26); }
td.TdClassName
{
border-color: #DD4F1A;
}
.TagClassName
{
border-color: #DD4F1A;
}
</style>