Shades of Chocolate #DD631D
Tints of Chocolate #DD631D
RGB
CMYK
RGB Variations
Color information
#DD631D (or 0xDD631D) is known color: Chocolate. HEX triplet: DD, 63 and 1D. RGB value is (221,99,29). Sum of RGB (Red+Green+Blue) = 221+99+29=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD631D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD631D is #229CE2. Grayscale: #7F7F7F. Windows color (decimal): -2268387 or 1926109. OLE color: 1926109.
HSL color Cylindrical-coordinate representation of color #DD631D: hue angle of 21.88º 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 #DD631D is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 29 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.13 |
| HSL | 21.88º | 0.77% | 0.49% | - |
| HSV(B) | 21.88º | 0.87% | 0.87% | - |
| XYZ | 34.5 | 24.38 | 4.05 | - |
| YUV | 127.5 | 72.42 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 29 | 0 | 0.55 | 0.87 | 0.13 | 21.88 | 0.77 | 0.49 |
| Hex | DD | 63 | 1D | 0 | 37 | 57 | D | 16 | 4D | 31 |
| Octal | 335 | 143 | 35 | 0 | 67 | 127 | 15 | 26 | 115 | 61 |
| Binary | 11011101 | 1100011 | 11101 | 0 | 110111 | 1010111 | 1101 | 10110 | 1001101 | 110001 |
Color Harmonies of #DD631D
Complementary color
Monochromatic Colors of #DD631D
Black with #DD631D
Text Example
Text Example
White with #DD631D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD631D; }
p { color: rgb(221,99,29); }
H1.HeaderClassName
{
color: #DD631D;
}
.AnyTagClassName
{
color: #DD631D;
}
</style>
background-color css
<style>
a { background-color: #DD631D; }
a { background-color: rgb(221,99,29); }
div.DivClassName
{
background-color: #DD631D;
}
.BgClassName
{
background-color: #DD631D;
}
</style>
border-color css
<style>
span { border-color: #DD631D; }
span { border-color: rgb(221,99,29); }
td.TdClassName
{
border-color: #DD631D;
}
.TagClassName
{
border-color: #DD631D;
}
</style>