Shades of Chocolate #DD701A
Tints of Chocolate #DD701A
RGB
CMYK
RGB Variations
Color information
#DD701A (or 0xDD701A) is known color: Chocolate. HEX triplet: DD, 70 and 1A. RGB value is (221,112,26). Sum of RGB (Red+Green+Blue) = 221+112+26=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 26 (10.55% from 255 or 7.24% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD701A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD701A is #228FE5. Grayscale: #878787. Windows color (decimal): -2265062 or 1732829. OLE color: 1732829.
HSL color Cylindrical-coordinate representation of color #DD701A: hue angle of 26.46º 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 #DD701A is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 26 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.13 |
| HSL | 26.46º | 0.79% | 0.48% | - |
| HSV(B) | 26.46º | 0.88% | 0.87% | - |
| XYZ | 35.8 | 27.04 | 4.31 | - |
| YUV | 134.79 | 66.61 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 26 | 0 | 0.49 | 0.88 | 0.13 | 26.46 | 0.79 | 0.48 |
| Hex | DD | 70 | 1A | 0 | 31 | 58 | D | 1A | 4F | 30 |
| Octal | 335 | 160 | 32 | 0 | 61 | 130 | 15 | 32 | 117 | 60 |
| Binary | 11011101 | 1110000 | 11010 | 0 | 110001 | 1011000 | 1101 | 11010 | 1001111 | 110000 |
Color Harmonies of #DD701A
Complementary color
Monochromatic Colors of #DD701A
Black with #DD701A
Text Example
Text Example
White with #DD701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD701A; }
p { color: rgb(221,112,26); }
H1.HeaderClassName
{
color: #DD701A;
}
.AnyTagClassName
{
color: #DD701A;
}
</style>
background-color css
<style>
a { background-color: #DD701A; }
a { background-color: rgb(221,112,26); }
div.DivClassName
{
background-color: #DD701A;
}
.BgClassName
{
background-color: #DD701A;
}
</style>
border-color css
<style>
span { border-color: #DD701A; }
span { border-color: rgb(221,112,26); }
td.TdClassName
{
border-color: #DD701A;
}
.TagClassName
{
border-color: #DD701A;
}
</style>