Shades of Chocolate #DD641D
Tints of Chocolate #DD641D
RGB
CMYK
RGB Variations
Color information
#DD641D (or 0xDD641D) is known color: Chocolate. HEX triplet: DD, 64 and 1D. RGB value is (221,100,29). Sum of RGB (Red+Green+Blue) = 221+100+29=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD641D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD641D is #229BE2. Grayscale: #808080. Windows color (decimal): -2268131 or 1926365. OLE color: 1926365.
HSL color Cylindrical-coordinate representation of color #DD641D: hue angle of 22.19º degrees, saturation: 0.77, 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 #DD641D is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 29 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.13 |
| HSL | 22.19º | 0.77% | 0.49% | - |
| HSV(B) | 22.19º | 0.87% | 0.87% | - |
| XYZ | 34.6 | 24.58 | 4.08 | - |
| YUV | 128.09 | 72.09 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 29 | 0 | 0.55 | 0.87 | 0.13 | 22.19 | 0.77 | 0.49 |
| Hex | DD | 64 | 1D | 0 | 37 | 57 | D | 16 | 4D | 31 |
| Octal | 335 | 144 | 35 | 0 | 67 | 127 | 15 | 26 | 115 | 61 |
| Binary | 11011101 | 1100100 | 11101 | 0 | 110111 | 1010111 | 1101 | 10110 | 1001101 | 110001 |
Color Harmonies of #DD641D
Complementary color
Monochromatic Colors of #DD641D
Black with #DD641D
Text Example
Text Example
White with #DD641D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD641D; }
p { color: rgb(221,100,29); }
H1.HeaderClassName
{
color: #DD641D;
}
.AnyTagClassName
{
color: #DD641D;
}
</style>
background-color css
<style>
a { background-color: #DD641D; }
a { background-color: rgb(221,100,29); }
div.DivClassName
{
background-color: #DD641D;
}
.BgClassName
{
background-color: #DD641D;
}
</style>
border-color css
<style>
span { border-color: #DD641D; }
span { border-color: rgb(221,100,29); }
td.TdClassName
{
border-color: #DD641D;
}
.TagClassName
{
border-color: #DD641D;
}
</style>