Shades of Burnt Sienna #DC714E
Tints of Burnt Sienna #DC714E
RGB
CMYK
RGB Variations
Color information
#DC714E (or 0xDC714E) is known color: Burnt Sienna. HEX triplet: DC, 71 and 4E. RGB value is (220,113,78). Sum of RGB (Red+Green+Blue) = 220+113+78=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 78 (30.86% from 255 or 18.98% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC714E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC714E is #238EB1. Grayscale: #8D8D8D. Windows color (decimal): -2330290 or 5140956. OLE color: 5140956.
HSL color Cylindrical-coordinate representation of color #DC714E: hue angle of 14.79º 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 #DC714E is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 78 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.14 |
| HSL | 14.79º | 0.67% | 0.58% | - |
| HSV(B) | 14.79º | 0.65% | 0.86% | - |
| XYZ | 36.8 | 27.58 | 10.59 | - |
| YUV | 141 | 92.45 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 78 | 0 | 0.49 | 0.65 | 0.14 | 14.79 | 0.67 | 0.58 |
| Hex | DC | 71 | 4E | 0 | 31 | 41 | E | F | 43 | 3A |
| Octal | 334 | 161 | 116 | 0 | 61 | 101 | 16 | 17 | 103 | 72 |
| Binary | 11011100 | 1110001 | 1001110 | 0 | 110001 | 1000001 | 1110 | 1111 | 1000011 | 111010 |
Color Harmonies of #DC714E
Complementary color
Monochromatic Colors of #DC714E
Black with #DC714E
Text Example
Text Example
White with #DC714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC714E; }
p { color: rgb(220,113,78); }
H1.HeaderClassName
{
color: #DC714E;
}
.AnyTagClassName
{
color: #DC714E;
}
</style>
background-color css
<style>
a { background-color: #DC714E; }
a { background-color: rgb(220,113,78); }
div.DivClassName
{
background-color: #DC714E;
}
.BgClassName
{
background-color: #DC714E;
}
</style>
border-color css
<style>
span { border-color: #DC714E; }
span { border-color: rgb(220,113,78); }
td.TdClassName
{
border-color: #DC714E;
}
.TagClassName
{
border-color: #DC714E;
}
</style>