Shades of Raw Sienna #DA8051
Tints of Raw Sienna #DA8051
RGB
CMYK
RGB Variations
Color information
#DA8051 (or 0xDA8051) is known color: Raw Sienna. HEX triplet: DA, 80 and 51. RGB value is (218,128,81). Sum of RGB (Red+Green+Blue) = 218+128+81=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 81 (32.03% from 255 or 18.97% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8051 is #257FAE. Grayscale: #959595. Windows color (decimal): -2457519 or 5341402. OLE color: 5341402.
HSL color Cylindrical-coordinate representation of color #DA8051: hue angle of 20.58º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA8051 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 81 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.15 |
| HSL | 20.58º | 0.65% | 0.59% | - |
| HSV(B) | 20.58º | 0.63% | 0.85% | - |
| XYZ | 38.12 | 30.94 | 11.75 | - |
| YUV | 149.55 | 89.32 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 81 | 0 | 0.41 | 0.63 | 0.15 | 20.58 | 0.65 | 0.59 |
| Hex | DA | 80 | 51 | 0 | 29 | 3F | F | 15 | 41 | 3B |
| Octal | 332 | 200 | 121 | 0 | 51 | 77 | 17 | 25 | 101 | 73 |
| Binary | 11011010 | 10000000 | 1010001 | 0 | 101001 | 111111 | 1111 | 10101 | 1000001 | 111011 |
Color Harmonies of #DA8051
Complementary color
Monochromatic Colors of #DA8051
Black with #DA8051
Text Example
Text Example
White with #DA8051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8051; }
p { color: rgb(218,128,81); }
H1.HeaderClassName
{
color: #DA8051;
}
.AnyTagClassName
{
color: #DA8051;
}
</style>
background-color css
<style>
a { background-color: #DA8051; }
a { background-color: rgb(218,128,81); }
div.DivClassName
{
background-color: #DA8051;
}
.BgClassName
{
background-color: #DA8051;
}
</style>
border-color css
<style>
span { border-color: #DA8051; }
span { border-color: rgb(218,128,81); }
td.TdClassName
{
border-color: #DA8051;
}
.TagClassName
{
border-color: #DA8051;
}
</style>