Shades of Raw Sienna #DA8050
Tints of Raw Sienna #DA8050
RGB
CMYK
RGB Variations
Color information
#DA8050 (or 0xDA8050) is known color: Raw Sienna. HEX triplet: DA, 80 and 50. RGB value is (218,128,80). Sum of RGB (Red+Green+Blue) = 218+128+80=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8050 is #257FAF. Grayscale: #959595. Windows color (decimal): -2457520 or 5275866. OLE color: 5275866.
HSL color Cylindrical-coordinate representation of color #DA8050: hue angle of 20.87º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA8050 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 80 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.15 |
| HSL | 20.87º | 0.65% | 0.58% | - |
| HSV(B) | 20.87º | 0.63% | 0.85% | - |
| XYZ | 38.08 | 30.92 | 11.55 | - |
| YUV | 149.44 | 88.82 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 80 | 0 | 0.41 | 0.63 | 0.15 | 20.87 | 0.65 | 0.58 |
| Hex | DA | 80 | 50 | 0 | 29 | 3F | F | 15 | 41 | 3A |
| Octal | 332 | 200 | 120 | 0 | 51 | 77 | 17 | 25 | 101 | 72 |
| Binary | 11011010 | 10000000 | 1010000 | 0 | 101001 | 111111 | 1111 | 10101 | 1000001 | 111010 |
Color Harmonies of #DA8050
Complementary color
Monochromatic Colors of #DA8050
Black with #DA8050
Text Example
Text Example
White with #DA8050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8050; }
p { color: rgb(218,128,80); }
H1.HeaderClassName
{
color: #DA8050;
}
.AnyTagClassName
{
color: #DA8050;
}
</style>
background-color css
<style>
a { background-color: #DA8050; }
a { background-color: rgb(218,128,80); }
div.DivClassName
{
background-color: #DA8050;
}
.BgClassName
{
background-color: #DA8050;
}
</style>
border-color css
<style>
span { border-color: #DA8050; }
span { border-color: rgb(218,128,80); }
td.TdClassName
{
border-color: #DA8050;
}
.TagClassName
{
border-color: #DA8050;
}
</style>