Shades of Burnt Sienna #DC714D
Tints of Burnt Sienna #DC714D
RGB
CMYK
RGB Variations
Color information
#DC714D (or 0xDC714D) is known color: Burnt Sienna. HEX triplet: DC, 71 and 4D. RGB value is (220,113,77). Sum of RGB (Red+Green+Blue) = 220+113+77=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC714D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC714D is #238EB2. Grayscale: #8D8D8D. Windows color (decimal): -2330291 or 5075420. OLE color: 5075420.
HSL color Cylindrical-coordinate representation of color #DC714D: hue angle of 15.1º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC714D is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 77 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.14 |
| HSL | 15.1º | 0.67% | 0.58% | - |
| HSV(B) | 15.1º | 0.65% | 0.86% | - |
| XYZ | 36.76 | 27.56 | 10.4 | - |
| YUV | 140.89 | 91.95 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 77 | 0 | 0.49 | 0.65 | 0.14 | 15.1 | 0.67 | 0.58 |
| Hex | DC | 71 | 4D | 0 | 31 | 41 | E | F | 43 | 3A |
| Octal | 334 | 161 | 115 | 0 | 61 | 101 | 16 | 17 | 103 | 72 |
| Binary | 11011100 | 1110001 | 1001101 | 0 | 110001 | 1000001 | 1110 | 1111 | 1000011 | 111010 |
Color Harmonies of #DC714D
Complementary color
Monochromatic Colors of #DC714D
Black with #DC714D
Text Example
Text Example
White with #DC714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC714D; }
p { color: rgb(220,113,77); }
H1.HeaderClassName
{
color: #DC714D;
}
.AnyTagClassName
{
color: #DC714D;
}
</style>
background-color css
<style>
a { background-color: #DC714D; }
a { background-color: rgb(220,113,77); }
div.DivClassName
{
background-color: #DC714D;
}
.BgClassName
{
background-color: #DC714D;
}
</style>
border-color css
<style>
span { border-color: #DC714D; }
span { border-color: rgb(220,113,77); }
td.TdClassName
{
border-color: #DC714D;
}
.TagClassName
{
border-color: #DC714D;
}
</style>