Shades of Burnt Sienna #DD734F
Tints of Burnt Sienna #DD734F
RGB
CMYK
RGB Variations
Color information
#DD734F (or 0xDD734F) is known color: Burnt Sienna. HEX triplet: DD, 73 and 4F. RGB value is (221,115,79). Sum of RGB (Red+Green+Blue) = 221+115+79=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 79 (31.25% from 255 or 19.04% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD734F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD734F is #228CB0. Grayscale: #8E8E8E. Windows color (decimal): -2264241 or 5207005. OLE color: 5207005.
HSL color Cylindrical-coordinate representation of color #DD734F: hue angle of 15.21º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD734F is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 79 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.13 |
| HSL | 15.21º | 0.68% | 0.59% | - |
| HSV(B) | 15.21º | 0.64% | 0.87% | - |
| XYZ | 37.36 | 28.2 | 10.87 | - |
| YUV | 142.59 | 92.12 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 79 | 0 | 0.48 | 0.64 | 0.13 | 15.21 | 0.68 | 0.59 |
| Hex | DD | 73 | 4F | 0 | 30 | 40 | D | F | 44 | 3B |
| Octal | 335 | 163 | 117 | 0 | 60 | 100 | 15 | 17 | 104 | 73 |
| Binary | 11011101 | 1110011 | 1001111 | 0 | 110000 | 1000000 | 1101 | 1111 | 1000100 | 111011 |
Color Harmonies of #DD734F
Complementary color
Monochromatic Colors of #DD734F
Black with #DD734F
Text Example
Text Example
White with #DD734F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD734F; }
p { color: rgb(221,115,79); }
H1.HeaderClassName
{
color: #DD734F;
}
.AnyTagClassName
{
color: #DD734F;
}
</style>
background-color css
<style>
a { background-color: #DD734F; }
a { background-color: rgb(221,115,79); }
div.DivClassName
{
background-color: #DD734F;
}
.BgClassName
{
background-color: #DD734F;
}
</style>
border-color css
<style>
span { border-color: #DD734F; }
span { border-color: rgb(221,115,79); }
td.TdClassName
{
border-color: #DD734F;
}
.TagClassName
{
border-color: #DD734F;
}
</style>