Shades of Chocolate #DD640D
Tints of Chocolate #DD640D
RGB
CMYK
RGB Variations
Color information
#DD640D (or 0xDD640D) is known color: Chocolate. HEX triplet: DD, 64 and 0D. RGB value is (221,100,13). Sum of RGB (Red+Green+Blue) = 221+100+13=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD640D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD640D is #229BF2. Grayscale: #7E7E7E. Windows color (decimal): -2268147 or 877789. OLE color: 877789.
HSL color Cylindrical-coordinate representation of color #DD640D: hue angle of 25.1º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD640D is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 13 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.13 |
| HSL | 25.1º | 0.89% | 0.46% | - |
| HSV(B) | 25.1º | 0.94% | 0.87% | - |
| XYZ | 34.45 | 24.52 | 3.3 | - |
| YUV | 126.26 | 64.09 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 13 | 0 | 0.55 | 0.94 | 0.13 | 25.1 | 0.89 | 0.46 |
| Hex | DD | 64 | D | 0 | 37 | 5E | D | 19 | 59 | 2E |
| Octal | 335 | 144 | 15 | 0 | 67 | 136 | 15 | 31 | 131 | 56 |
| Binary | 11011101 | 1100100 | 1101 | 0 | 110111 | 1011110 | 1101 | 11001 | 1011001 | 101110 |
Color Harmonies of #DD640D
Complementary color
Monochromatic Colors of #DD640D
Black with #DD640D
Text Example
Text Example
White with #DD640D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD640D; }
p { color: rgb(221,100,13); }
H1.HeaderClassName
{
color: #DD640D;
}
.AnyTagClassName
{
color: #DD640D;
}
</style>
background-color css
<style>
a { background-color: #DD640D; }
a { background-color: rgb(221,100,13); }
div.DivClassName
{
background-color: #DD640D;
}
.BgClassName
{
background-color: #DD640D;
}
</style>
border-color css
<style>
span { border-color: #DD640D; }
span { border-color: rgb(221,100,13); }
td.TdClassName
{
border-color: #DD640D;
}
.TagClassName
{
border-color: #DD640D;
}
</style>