Shades of Chocolate #DD711A
Tints of Chocolate #DD711A
RGB
CMYK
RGB Variations
Color information
#DD711A (or 0xDD711A) is known color: Chocolate. HEX triplet: DD, 71 and 1A. RGB value is (221,113,26). Sum of RGB (Red+Green+Blue) = 221+113+26=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 26 (10.55% from 255 or 7.22% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD711A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD711A is #228EE5. Grayscale: #878787. Windows color (decimal): -2264806 or 1733085. OLE color: 1733085.
HSL color Cylindrical-coordinate representation of color #DD711A: hue angle of 26.77º 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 #DD711A is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 26 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.13 |
| HSL | 26.77º | 0.79% | 0.48% | - |
| HSV(B) | 26.77º | 0.88% | 0.87% | - |
| XYZ | 35.91 | 27.26 | 4.35 | - |
| YUV | 135.37 | 66.28 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 26 | 0 | 0.49 | 0.88 | 0.13 | 26.77 | 0.79 | 0.48 |
| Hex | DD | 71 | 1A | 0 | 31 | 58 | D | 1B | 4F | 30 |
| Octal | 335 | 161 | 32 | 0 | 61 | 130 | 15 | 33 | 117 | 60 |
| Binary | 11011101 | 1110001 | 11010 | 0 | 110001 | 1011000 | 1101 | 11011 | 1001111 | 110000 |
Color Harmonies of #DD711A
Complementary color
Monochromatic Colors of #DD711A
Black with #DD711A
Text Example
Text Example
White with #DD711A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD711A; }
p { color: rgb(221,113,26); }
H1.HeaderClassName
{
color: #DD711A;
}
.AnyTagClassName
{
color: #DD711A;
}
</style>
background-color css
<style>
a { background-color: #DD711A; }
a { background-color: rgb(221,113,26); }
div.DivClassName
{
background-color: #DD711A;
}
.BgClassName
{
background-color: #DD711A;
}
</style>
border-color css
<style>
span { border-color: #DD711A; }
span { border-color: rgb(221,113,26); }
td.TdClassName
{
border-color: #DD711A;
}
.TagClassName
{
border-color: #DD711A;
}
</style>