Shades of Raw Sienna #DA8A49
Tints of Raw Sienna #DA8A49
RGB
CMYK
RGB Variations
Color information
#DA8A49 (or 0xDA8A49) is known color: Raw Sienna. HEX triplet: DA, 8A and 49. RGB value is (218,138,73). Sum of RGB (Red+Green+Blue) = 218+138+73=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8A49 is #2575B6. Grayscale: #9A9A9A. Windows color (decimal): -2454967 or 4819674. OLE color: 4819674.
HSL color Cylindrical-coordinate representation of color #DA8A49: hue angle of 26.9º degrees, saturation: 0.66, 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 #DA8A49 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 73 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.15 |
| HSL | 26.9º | 0.66% | 0.57% | - |
| HSV(B) | 26.9º | 0.67% | 0.85% | - |
| XYZ | 39.2 | 33.56 | 10.72 | - |
| YUV | 154.51 | 82 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 73 | 0 | 0.37 | 0.67 | 0.15 | 26.9 | 0.66 | 0.57 |
| Hex | DA | 8A | 49 | 0 | 25 | 43 | F | 1B | 42 | 39 |
| Octal | 332 | 212 | 111 | 0 | 45 | 103 | 17 | 33 | 102 | 71 |
| Binary | 11011010 | 10001010 | 1001001 | 0 | 100101 | 1000011 | 1111 | 11011 | 1000010 | 111001 |
Color Harmonies of #DA8A49
Complementary color
Monochromatic Colors of #DA8A49
Black with #DA8A49
Text Example
Text Example
White with #DA8A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8A49; }
p { color: rgb(218,138,73); }
H1.HeaderClassName
{
color: #DA8A49;
}
.AnyTagClassName
{
color: #DA8A49;
}
</style>
background-color css
<style>
a { background-color: #DA8A49; }
a { background-color: rgb(218,138,73); }
div.DivClassName
{
background-color: #DA8A49;
}
.BgClassName
{
background-color: #DA8A49;
}
</style>
border-color css
<style>
span { border-color: #DA8A49; }
span { border-color: rgb(218,138,73); }
td.TdClassName
{
border-color: #DA8A49;
}
.TagClassName
{
border-color: #DA8A49;
}
</style>