Shades of Burnt Sienna #DC724E
Tints of Burnt Sienna #DC724E
RGB
CMYK
RGB Variations
Color information
#DC724E (or 0xDC724E) is known color: Burnt Sienna. HEX triplet: DC, 72 and 4E. RGB value is (220,114,78). Sum of RGB (Red+Green+Blue) = 220+114+78=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 78 (30.86% from 255 or 18.93% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC724E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC724E is #238DB1. Grayscale: #8D8D8D. Windows color (decimal): -2330034 or 5141212. OLE color: 5141212.
HSL color Cylindrical-coordinate representation of color #DC724E: hue angle of 15.21º 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 #DC724E is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 78 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.14 |
| HSL | 15.21º | 0.67% | 0.58% | - |
| HSV(B) | 15.21º | 0.65% | 0.86% | - |
| XYZ | 36.91 | 27.8 | 10.63 | - |
| YUV | 141.59 | 92.12 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 78 | 0 | 0.48 | 0.65 | 0.14 | 15.21 | 0.67 | 0.58 |
| Hex | DC | 72 | 4E | 0 | 30 | 41 | E | F | 43 | 3A |
| Octal | 334 | 162 | 116 | 0 | 60 | 101 | 16 | 17 | 103 | 72 |
| Binary | 11011100 | 1110010 | 1001110 | 0 | 110000 | 1000001 | 1110 | 1111 | 1000011 | 111010 |
Color Harmonies of #DC724E
Complementary color
Monochromatic Colors of #DC724E
Black with #DC724E
Text Example
Text Example
White with #DC724E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC724E; }
p { color: rgb(220,114,78); }
H1.HeaderClassName
{
color: #DC724E;
}
.AnyTagClassName
{
color: #DC724E;
}
</style>
background-color css
<style>
a { background-color: #DC724E; }
a { background-color: rgb(220,114,78); }
div.DivClassName
{
background-color: #DC724E;
}
.BgClassName
{
background-color: #DC724E;
}
</style>
border-color css
<style>
span { border-color: #DC724E; }
span { border-color: rgb(220,114,78); }
td.TdClassName
{
border-color: #DC724E;
}
.TagClassName
{
border-color: #DC724E;
}
</style>