Shades of Burnt Sienna #DC6F4D
Tints of Burnt Sienna #DC6F4D
RGB
CMYK
RGB Variations
Color information
#DC6F4D (or 0xDC6F4D) is known color: Burnt Sienna. HEX triplet: DC, 6F and 4D. RGB value is (220,111,77). Sum of RGB (Red+Green+Blue) = 220+111+77=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6F4D is #2390B2. Grayscale: #8B8B8B. Windows color (decimal): -2330803 or 5074908. OLE color: 5074908.
HSL color Cylindrical-coordinate representation of color #DC6F4D: hue angle of 14.27º 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 #DC6F4D is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 77 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.14 |
| HSL | 14.27º | 0.67% | 0.58% | - |
| HSV(B) | 14.27º | 0.65% | 0.86% | - |
| XYZ | 36.54 | 27.12 | 10.33 | - |
| YUV | 139.72 | 92.61 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 77 | 0 | 0.50 | 0.65 | 0.14 | 14.27 | 0.67 | 0.58 |
| Hex | DC | 6F | 4D | 0 | 32 | 41 | E | E | 43 | 3A |
| Octal | 334 | 157 | 115 | 0 | 62 | 101 | 16 | 16 | 103 | 72 |
| Binary | 11011100 | 1101111 | 1001101 | 0 | 110010 | 1000001 | 1110 | 1110 | 1000011 | 111010 |
Color Harmonies of #DC6F4D
Complementary color
Monochromatic Colors of #DC6F4D
Black with #DC6F4D
Text Example
Text Example
White with #DC6F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6F4D; }
p { color: rgb(220,111,77); }
H1.HeaderClassName
{
color: #DC6F4D;
}
.AnyTagClassName
{
color: #DC6F4D;
}
</style>
background-color css
<style>
a { background-color: #DC6F4D; }
a { background-color: rgb(220,111,77); }
div.DivClassName
{
background-color: #DC6F4D;
}
.BgClassName
{
background-color: #DC6F4D;
}
</style>
border-color css
<style>
span { border-color: #DC6F4D; }
span { border-color: rgb(220,111,77); }
td.TdClassName
{
border-color: #DC6F4D;
}
.TagClassName
{
border-color: #DC6F4D;
}
</style>