Shades of Chocolate #DD721B
Tints of Chocolate #DD721B
RGB
CMYK
RGB Variations
Color information
#DD721B (or 0xDD721B) is known color: Chocolate. HEX triplet: DD, 72 and 1B. RGB value is (221,114,27). Sum of RGB (Red+Green+Blue) = 221+114+27=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 27 (10.94% from 255 or 7.46% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD721B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD721B is #228DE4. Grayscale: #888888. Windows color (decimal): -2264549 or 1798877. OLE color: 1798877.
HSL color Cylindrical-coordinate representation of color #DD721B: hue angle of 26.91º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD721B is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 27 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.13 |
| HSL | 26.91º | 0.78% | 0.49% | - |
| HSV(B) | 26.91º | 0.88% | 0.87% | - |
| XYZ | 36.03 | 27.49 | 4.44 | - |
| YUV | 136.08 | 66.45 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 27 | 0 | 0.48 | 0.88 | 0.13 | 26.91 | 0.78 | 0.49 |
| Hex | DD | 72 | 1B | 0 | 30 | 58 | D | 1B | 4E | 31 |
| Octal | 335 | 162 | 33 | 0 | 60 | 130 | 15 | 33 | 116 | 61 |
| Binary | 11011101 | 1110010 | 11011 | 0 | 110000 | 1011000 | 1101 | 11011 | 1001110 | 110001 |
Color Harmonies of #DD721B
Complementary color
Monochromatic Colors of #DD721B
Black with #DD721B
Text Example
Text Example
White with #DD721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD721B; }
p { color: rgb(221,114,27); }
H1.HeaderClassName
{
color: #DD721B;
}
.AnyTagClassName
{
color: #DD721B;
}
</style>
background-color css
<style>
a { background-color: #DD721B; }
a { background-color: rgb(221,114,27); }
div.DivClassName
{
background-color: #DD721B;
}
.BgClassName
{
background-color: #DD721B;
}
</style>
border-color css
<style>
span { border-color: #DD721B; }
span { border-color: rgb(221,114,27); }
td.TdClassName
{
border-color: #DD721B;
}
.TagClassName
{
border-color: #DD721B;
}
</style>