Shades of Burnt Sienna #DD724D
Tints of Burnt Sienna #DD724D
RGB
CMYK
RGB Variations
Color information
#DD724D (or 0xDD724D) is known color: Burnt Sienna. HEX triplet: DD, 72 and 4D. RGB value is (221,114,77). Sum of RGB (Red+Green+Blue) = 221+114+77=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD724D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD724D is #228DB2. Grayscale: #8E8E8E. Windows color (decimal): -2264499 or 5075677. OLE color: 5075677.
HSL color Cylindrical-coordinate representation of color #DD724D: hue angle of 15.42º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD724D is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 77 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.13 |
| HSL | 15.42º | 0.68% | 0.58% | - |
| HSV(B) | 15.42º | 0.65% | 0.87% | - |
| XYZ | 37.18 | 27.94 | 10.46 | - |
| YUV | 141.78 | 91.45 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 77 | 0 | 0.48 | 0.65 | 0.13 | 15.42 | 0.68 | 0.58 |
| Hex | DD | 72 | 4D | 0 | 30 | 41 | D | F | 44 | 3A |
| Octal | 335 | 162 | 115 | 0 | 60 | 101 | 15 | 17 | 104 | 72 |
| Binary | 11011101 | 1110010 | 1001101 | 0 | 110000 | 1000001 | 1101 | 1111 | 1000100 | 111010 |
Color Harmonies of #DD724D
Complementary color
Monochromatic Colors of #DD724D
Black with #DD724D
Text Example
Text Example
White with #DD724D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD724D; }
p { color: rgb(221,114,77); }
H1.HeaderClassName
{
color: #DD724D;
}
.AnyTagClassName
{
color: #DD724D;
}
</style>
background-color css
<style>
a { background-color: #DD724D; }
a { background-color: rgb(221,114,77); }
div.DivClassName
{
background-color: #DD724D;
}
.BgClassName
{
background-color: #DD724D;
}
</style>
border-color css
<style>
span { border-color: #DD724D; }
span { border-color: rgb(221,114,77); }
td.TdClassName
{
border-color: #DD724D;
}
.TagClassName
{
border-color: #DD724D;
}
</style>