Shades of Raw Sienna #DA8148
Tints of Raw Sienna #DA8148
RGB
CMYK
RGB Variations
Color information
#DA8148 (or 0xDA8148) is known color: Raw Sienna. HEX triplet: DA, 81 and 48. RGB value is (218,129,72). Sum of RGB (Red+Green+Blue) = 218+129+72=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 72 (28.52% from 255 or 17.18% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8148 is #257EB7. Grayscale: #959595. Windows color (decimal): -2457272 or 4751834. OLE color: 4751834.
HSL color Cylindrical-coordinate representation of color #DA8148: hue angle of 23.42º 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 #DA8148 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 72 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.15 |
| HSL | 23.42º | 0.66% | 0.57% | - |
| HSV(B) | 23.42º | 0.67% | 0.85% | - |
| XYZ | 37.93 | 31.07 | 10.13 | - |
| YUV | 149.11 | 84.49 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 72 | 0 | 0.41 | 0.67 | 0.15 | 23.42 | 0.66 | 0.57 |
| Hex | DA | 81 | 48 | 0 | 29 | 43 | F | 17 | 42 | 39 |
| Octal | 332 | 201 | 110 | 0 | 51 | 103 | 17 | 27 | 102 | 71 |
| Binary | 11011010 | 10000001 | 1001000 | 0 | 101001 | 1000011 | 1111 | 10111 | 1000010 | 111001 |
Color Harmonies of #DA8148
Complementary color
Monochromatic Colors of #DA8148
Black with #DA8148
Text Example
Text Example
White with #DA8148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8148; }
p { color: rgb(218,129,72); }
H1.HeaderClassName
{
color: #DA8148;
}
.AnyTagClassName
{
color: #DA8148;
}
</style>
background-color css
<style>
a { background-color: #DA8148; }
a { background-color: rgb(218,129,72); }
div.DivClassName
{
background-color: #DA8148;
}
.BgClassName
{
background-color: #DA8148;
}
</style>
border-color css
<style>
span { border-color: #DA8148; }
span { border-color: rgb(218,129,72); }
td.TdClassName
{
border-color: #DA8148;
}
.TagClassName
{
border-color: #DA8148;
}
</style>