Shades of Burnt Sienna #DC6F4E
Tints of Burnt Sienna #DC6F4E
RGB
CMYK
RGB Variations
Color information
#DC6F4E (or 0xDC6F4E) is known color: Burnt Sienna. HEX triplet: DC, 6F and 4E. RGB value is (220,111,78). Sum of RGB (Red+Green+Blue) = 220+111+78=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6F4E is #2390B1. Grayscale: #8C8C8C. Windows color (decimal): -2330802 or 5140444. OLE color: 5140444.
HSL color Cylindrical-coordinate representation of color #DC6F4E: hue angle of 13.94º 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 #DC6F4E is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 78 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.14 |
| HSL | 13.94º | 0.67% | 0.58% | - |
| HSV(B) | 13.94º | 0.65% | 0.86% | - |
| XYZ | 36.57 | 27.13 | 10.52 | - |
| YUV | 139.83 | 93.11 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 78 | 0 | 0.50 | 0.65 | 0.14 | 13.94 | 0.67 | 0.58 |
| Hex | DC | 6F | 4E | 0 | 32 | 41 | E | E | 43 | 3A |
| Octal | 334 | 157 | 116 | 0 | 62 | 101 | 16 | 16 | 103 | 72 |
| Binary | 11011100 | 1101111 | 1001110 | 0 | 110010 | 1000001 | 1110 | 1110 | 1000011 | 111010 |
Color Harmonies of #DC6F4E
Complementary color
Monochromatic Colors of #DC6F4E
Black with #DC6F4E
Text Example
Text Example
White with #DC6F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6F4E; }
p { color: rgb(220,111,78); }
H1.HeaderClassName
{
color: #DC6F4E;
}
.AnyTagClassName
{
color: #DC6F4E;
}
</style>
background-color css
<style>
a { background-color: #DC6F4E; }
a { background-color: rgb(220,111,78); }
div.DivClassName
{
background-color: #DC6F4E;
}
.BgClassName
{
background-color: #DC6F4E;
}
</style>
border-color css
<style>
span { border-color: #DC6F4E; }
span { border-color: rgb(220,111,78); }
td.TdClassName
{
border-color: #DC6F4E;
}
.TagClassName
{
border-color: #DC6F4E;
}
</style>