Shades of Burnt Sienna #DD714E
Tints of Burnt Sienna #DD714E
RGB
CMYK
RGB Variations
Color information
#DD714E (or 0xDD714E) is known color: Burnt Sienna. HEX triplet: DD, 71 and 4E. RGB value is (221,113,78). Sum of RGB (Red+Green+Blue) = 221+113+78=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 78 (30.86% from 255 or 18.93% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD714E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD714E is #228EB1. Grayscale: #8D8D8D. Windows color (decimal): -2264754 or 5140957. OLE color: 5140957.
HSL color Cylindrical-coordinate representation of color #DD714E: hue angle of 14.69º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD714E is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 78 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.13 |
| HSL | 14.69º | 0.68% | 0.59% | - |
| HSV(B) | 14.69º | 0.65% | 0.87% | - |
| XYZ | 37.1 | 27.73 | 10.61 | - |
| YUV | 141.3 | 92.28 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 78 | 0 | 0.49 | 0.65 | 0.13 | 14.69 | 0.68 | 0.59 |
| Hex | DD | 71 | 4E | 0 | 31 | 41 | D | F | 44 | 3B |
| Octal | 335 | 161 | 116 | 0 | 61 | 101 | 15 | 17 | 104 | 73 |
| Binary | 11011101 | 1110001 | 1001110 | 0 | 110001 | 1000001 | 1101 | 1111 | 1000100 | 111011 |
Color Harmonies of #DD714E
Complementary color
Monochromatic Colors of #DD714E
Black with #DD714E
Text Example
Text Example
White with #DD714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD714E; }
p { color: rgb(221,113,78); }
H1.HeaderClassName
{
color: #DD714E;
}
.AnyTagClassName
{
color: #DD714E;
}
</style>
background-color css
<style>
a { background-color: #DD714E; }
a { background-color: rgb(221,113,78); }
div.DivClassName
{
background-color: #DD714E;
}
.BgClassName
{
background-color: #DD714E;
}
</style>
border-color css
<style>
span { border-color: #DD714E; }
span { border-color: rgb(221,113,78); }
td.TdClassName
{
border-color: #DD714E;
}
.TagClassName
{
border-color: #DD714E;
}
</style>