Shades of Raw Sienna #DB8052
Tints of Raw Sienna #DB8052
RGB
CMYK
RGB Variations
Color information
#DB8052 (or 0xDB8052) is known color: Raw Sienna. HEX triplet: DB, 80 and 52. RGB value is (219,128,82). Sum of RGB (Red+Green+Blue) = 219+128+82=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8052 is #247FAD. Grayscale: #969696. Windows color (decimal): -2391982 or 5406939. OLE color: 5406939.
HSL color Cylindrical-coordinate representation of color #DB8052: hue angle of 20.15º 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 #DB8052 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 82 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.14 |
| HSL | 20.15º | 0.66% | 0.59% | - |
| HSV(B) | 20.15º | 0.63% | 0.86% | - |
| XYZ | 38.46 | 31.11 | 11.96 | - |
| YUV | 149.97 | 89.65 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 82 | 0 | 0.42 | 0.63 | 0.14 | 20.15 | 0.66 | 0.59 |
| Hex | DB | 80 | 52 | 0 | 2A | 3F | E | 14 | 42 | 3B |
| Octal | 333 | 200 | 122 | 0 | 52 | 77 | 16 | 24 | 102 | 73 |
| Binary | 11011011 | 10000000 | 1010010 | 0 | 101010 | 111111 | 1110 | 10100 | 1000010 | 111011 |
Color Harmonies of #DB8052
Complementary color
Monochromatic Colors of #DB8052
Black with #DB8052
Text Example
Text Example
White with #DB8052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8052; }
p { color: rgb(219,128,82); }
H1.HeaderClassName
{
color: #DB8052;
}
.AnyTagClassName
{
color: #DB8052;
}
</style>
background-color css
<style>
a { background-color: #DB8052; }
a { background-color: rgb(219,128,82); }
div.DivClassName
{
background-color: #DB8052;
}
.BgClassName
{
background-color: #DB8052;
}
</style>
border-color css
<style>
span { border-color: #DB8052; }
span { border-color: rgb(219,128,82); }
td.TdClassName
{
border-color: #DB8052;
}
.TagClassName
{
border-color: #DB8052;
}
</style>