Shades of Raw Sienna #DB8452
Tints of Raw Sienna #DB8452
RGB
CMYK
RGB Variations
Color information
#DB8452 (or 0xDB8452) is known color: Raw Sienna. HEX triplet: DB, 84 and 52. RGB value is (219,132,82). Sum of RGB (Red+Green+Blue) = 219+132+82=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 82 (32.42% from 255 or 18.94% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8452 is #247BAD. Grayscale: #989898. Windows color (decimal): -2390958 or 5407963. OLE color: 5407963.
HSL color Cylindrical-coordinate representation of color #DB8452: hue angle of 21.9º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB8452 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 82 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.14 |
| HSL | 21.9º | 0.66% | 0.59% | - |
| HSV(B) | 21.9º | 0.63% | 0.86% | - |
| XYZ | 38.99 | 32.17 | 12.14 | - |
| YUV | 152.31 | 88.32 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 82 | 0 | 0.40 | 0.63 | 0.14 | 21.9 | 0.66 | 0.59 |
| Hex | DB | 84 | 52 | 0 | 28 | 3F | E | 16 | 42 | 3B |
| Octal | 333 | 204 | 122 | 0 | 50 | 77 | 16 | 26 | 102 | 73 |
| Binary | 11011011 | 10000100 | 1010010 | 0 | 101000 | 111111 | 1110 | 10110 | 1000010 | 111011 |
Color Harmonies of #DB8452
Complementary color
Monochromatic Colors of #DB8452
Black with #DB8452
Text Example
Text Example
White with #DB8452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8452; }
p { color: rgb(219,132,82); }
H1.HeaderClassName
{
color: #DB8452;
}
.AnyTagClassName
{
color: #DB8452;
}
</style>
background-color css
<style>
a { background-color: #DB8452; }
a { background-color: rgb(219,132,82); }
div.DivClassName
{
background-color: #DB8452;
}
.BgClassName
{
background-color: #DB8452;
}
</style>
border-color css
<style>
span { border-color: #DB8452; }
span { border-color: rgb(219,132,82); }
td.TdClassName
{
border-color: #DB8452;
}
.TagClassName
{
border-color: #DB8452;
}
</style>