Shades of Raw Sienna #DB8250
Tints of Raw Sienna #DB8250
RGB
CMYK
RGB Variations
Color information
#DB8250 (or 0xDB8250) is known color: Raw Sienna. HEX triplet: DB, 82 and 50. RGB value is (219,130,80). Sum of RGB (Red+Green+Blue) = 219+130+80=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8250 is #247DAF. Grayscale: #979797. Windows color (decimal): -2391472 or 5276379. OLE color: 5276379.
HSL color Cylindrical-coordinate representation of color #DB8250: hue angle of 21.58º 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 #DB8250 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 80 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.14 |
| HSL | 21.58º | 0.66% | 0.59% | - |
| HSV(B) | 21.58º | 0.63% | 0.86% | - |
| XYZ | 38.64 | 31.6 | 11.65 | - |
| YUV | 150.91 | 87.99 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 80 | 0 | 0.41 | 0.63 | 0.14 | 21.58 | 0.66 | 0.59 |
| Hex | DB | 82 | 50 | 0 | 29 | 3F | E | 16 | 42 | 3B |
| Octal | 333 | 202 | 120 | 0 | 51 | 77 | 16 | 26 | 102 | 73 |
| Binary | 11011011 | 10000010 | 1010000 | 0 | 101001 | 111111 | 1110 | 10110 | 1000010 | 111011 |
Color Harmonies of #DB8250
Complementary color
Monochromatic Colors of #DB8250
Black with #DB8250
Text Example
Text Example
White with #DB8250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8250; }
p { color: rgb(219,130,80); }
H1.HeaderClassName
{
color: #DB8250;
}
.AnyTagClassName
{
color: #DB8250;
}
</style>
background-color css
<style>
a { background-color: #DB8250; }
a { background-color: rgb(219,130,80); }
div.DivClassName
{
background-color: #DB8250;
}
.BgClassName
{
background-color: #DB8250;
}
</style>
border-color css
<style>
span { border-color: #DB8250; }
span { border-color: rgb(219,130,80); }
td.TdClassName
{
border-color: #DB8250;
}
.TagClassName
{
border-color: #DB8250;
}
</style>