Shades of Raw Sienna #DA8047
Tints of Raw Sienna #DA8047
RGB
CMYK
RGB Variations
Color information
#DA8047 (or 0xDA8047) is known color: Raw Sienna. HEX triplet: DA, 80 and 47. RGB value is (218,128,71). Sum of RGB (Red+Green+Blue) = 218+128+71=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 71 (28.12% from 255 or 17.03% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8047 is #257FB8. Grayscale: #949494. Windows color (decimal): -2457529 or 4686042. OLE color: 4686042.
HSL color Cylindrical-coordinate representation of color #DA8047: hue angle of 23.27º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA8047 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 71 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.15 |
| HSL | 23.27º | 0.67% | 0.57% | - |
| HSV(B) | 23.27º | 0.67% | 0.85% | - |
| XYZ | 37.77 | 30.8 | 9.92 | - |
| YUV | 148.41 | 84.32 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 71 | 0 | 0.41 | 0.67 | 0.15 | 23.27 | 0.67 | 0.57 |
| Hex | DA | 80 | 47 | 0 | 29 | 43 | F | 17 | 43 | 39 |
| Octal | 332 | 200 | 107 | 0 | 51 | 103 | 17 | 27 | 103 | 71 |
| Binary | 11011010 | 10000000 | 1000111 | 0 | 101001 | 1000011 | 1111 | 10111 | 1000011 | 111001 |
Color Harmonies of #DA8047
Complementary color
Monochromatic Colors of #DA8047
Black with #DA8047
Text Example
Text Example
White with #DA8047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8047; }
p { color: rgb(218,128,71); }
H1.HeaderClassName
{
color: #DA8047;
}
.AnyTagClassName
{
color: #DA8047;
}
</style>
background-color css
<style>
a { background-color: #DA8047; }
a { background-color: rgb(218,128,71); }
div.DivClassName
{
background-color: #DA8047;
}
.BgClassName
{
background-color: #DA8047;
}
</style>
border-color css
<style>
span { border-color: #DA8047; }
span { border-color: rgb(218,128,71); }
td.TdClassName
{
border-color: #DA8047;
}
.TagClassName
{
border-color: #DA8047;
}
</style>