Shades of Raw Sienna #DB8053
Tints of Raw Sienna #DB8053
RGB
CMYK
RGB Variations
Color information
#DB8053 (or 0xDB8053) is known color: Raw Sienna. HEX triplet: DB, 80 and 53. RGB value is (219,128,83). Sum of RGB (Red+Green+Blue) = 219+128+83=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 83 (32.81% from 255 or 19.30% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8053 is #247FAC. Grayscale: #969696. Windows color (decimal): -2391981 or 5472475. OLE color: 5472475.
HSL color Cylindrical-coordinate representation of color #DB8053: hue angle of 19.85º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB8053 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 83 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.14 |
| HSL | 19.85º | 0.65% | 0.59% | - |
| HSV(B) | 19.85º | 0.62% | 0.86% | - |
| XYZ | 38.49 | 31.12 | 12.16 | - |
| YUV | 150.08 | 90.15 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 83 | 0 | 0.42 | 0.62 | 0.14 | 19.85 | 0.65 | 0.59 |
| Hex | DB | 80 | 53 | 0 | 2A | 3E | E | 14 | 41 | 3B |
| Octal | 333 | 200 | 123 | 0 | 52 | 76 | 16 | 24 | 101 | 73 |
| Binary | 11011011 | 10000000 | 1010011 | 0 | 101010 | 111110 | 1110 | 10100 | 1000001 | 111011 |
Color Harmonies of #DB8053
Complementary color
Monochromatic Colors of #DB8053
Black with #DB8053
Text Example
Text Example
White with #DB8053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8053; }
p { color: rgb(219,128,83); }
H1.HeaderClassName
{
color: #DB8053;
}
.AnyTagClassName
{
color: #DB8053;
}
</style>
background-color css
<style>
a { background-color: #DB8053; }
a { background-color: rgb(219,128,83); }
div.DivClassName
{
background-color: #DB8053;
}
.BgClassName
{
background-color: #DB8053;
}
</style>
border-color css
<style>
span { border-color: #DB8053; }
span { border-color: rgb(219,128,83); }
td.TdClassName
{
border-color: #DB8053;
}
.TagClassName
{
border-color: #DB8053;
}
</style>