Shades of Raw Sienna #DA8452
Tints of Raw Sienna #DA8452
RGB
CMYK
RGB Variations
Color information
#DA8452 (or 0xDA8452) is known color: Raw Sienna. HEX triplet: DA, 84 and 52. RGB value is (218,132,82). Sum of RGB (Red+Green+Blue) = 218+132+82=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 82 (32.42% from 255 or 18.98% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8452 is #257BAD. Grayscale: #989898. Windows color (decimal): -2456494 or 5407962. OLE color: 5407962.
HSL color Cylindrical-coordinate representation of color #DA8452: hue angle of 22.06º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA8452 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 132 | 82 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.15 |
| HSL | 22.06º | 0.65% | 0.59% | - |
| HSV(B) | 22.06º | 0.62% | 0.85% | - |
| XYZ | 38.69 | 32.02 | 12.12 | - |
| YUV | 152.01 | 88.49 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 82 | 0 | 0.39 | 0.62 | 0.15 | 22.06 | 0.65 | 0.59 |
| Hex | DA | 84 | 52 | 0 | 27 | 3E | F | 16 | 41 | 3B |
| Octal | 332 | 204 | 122 | 0 | 47 | 76 | 17 | 26 | 101 | 73 |
| Binary | 11011010 | 10000100 | 1010010 | 0 | 100111 | 111110 | 1111 | 10110 | 1000001 | 111011 |
Color Harmonies of #DA8452
Complementary color
Monochromatic Colors of #DA8452
Black with #DA8452
Text Example
Text Example
White with #DA8452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8452; }
p { color: rgb(218,132,82); }
H1.HeaderClassName
{
color: #DA8452;
}
.AnyTagClassName
{
color: #DA8452;
}
</style>
background-color css
<style>
a { background-color: #DA8452; }
a { background-color: rgb(218,132,82); }
div.DivClassName
{
background-color: #DA8452;
}
.BgClassName
{
background-color: #DA8452;
}
</style>
border-color css
<style>
span { border-color: #DA8452; }
span { border-color: rgb(218,132,82); }
td.TdClassName
{
border-color: #DA8452;
}
.TagClassName
{
border-color: #DA8452;
}
</style>