Shades of Chocolate #DD731B
Tints of Chocolate #DD731B
RGB
CMYK
RGB Variations
Color information
#DD731B (or 0xDD731B) is known color: Chocolate. HEX triplet: DD, 73 and 1B. RGB value is (221,115,27). Sum of RGB (Red+Green+Blue) = 221+115+27=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 27 (10.94% from 255 or 7.44% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD731B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD731B is #228CE4. Grayscale: #898989. Windows color (decimal): -2264293 or 1799133. OLE color: 1799133.
HSL color Cylindrical-coordinate representation of color #DD731B: hue angle of 27.22º 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 #DD731B is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 27 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.13 |
| HSL | 27.22º | 0.78% | 0.49% | - |
| HSV(B) | 27.22º | 0.88% | 0.87% | - |
| XYZ | 36.15 | 27.71 | 4.48 | - |
| YUV | 136.66 | 66.12 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 27 | 0 | 0.48 | 0.88 | 0.13 | 27.22 | 0.78 | 0.49 |
| Hex | DD | 73 | 1B | 0 | 30 | 58 | D | 1B | 4E | 31 |
| Octal | 335 | 163 | 33 | 0 | 60 | 130 | 15 | 33 | 116 | 61 |
| Binary | 11011101 | 1110011 | 11011 | 0 | 110000 | 1011000 | 1101 | 11011 | 1001110 | 110001 |
Color Harmonies of #DD731B
Complementary color
Monochromatic Colors of #DD731B
Black with #DD731B
Text Example
Text Example
White with #DD731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD731B; }
p { color: rgb(221,115,27); }
H1.HeaderClassName
{
color: #DD731B;
}
.AnyTagClassName
{
color: #DD731B;
}
</style>
background-color css
<style>
a { background-color: #DD731B; }
a { background-color: rgb(221,115,27); }
div.DivClassName
{
background-color: #DD731B;
}
.BgClassName
{
background-color: #DD731B;
}
</style>
border-color css
<style>
span { border-color: #DD731B; }
span { border-color: rgb(221,115,27); }
td.TdClassName
{
border-color: #DD731B;
}
.TagClassName
{
border-color: #DD731B;
}
</style>