Shades of Raw Sienna #DB8750
Tints of Raw Sienna #DB8750
RGB
CMYK
RGB Variations
Color information
#DB8750 (or 0xDB8750) is known color: Raw Sienna. HEX triplet: DB, 87 and 50. RGB value is (219,135,80). Sum of RGB (Red+Green+Blue) = 219+135+80=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8750 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8750 is #2478AF. Grayscale: #9A9A9A. Windows color (decimal): -2390192 or 5277659. OLE color: 5277659.
HSL color Cylindrical-coordinate representation of color #DB8750: hue angle of 23.74º 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 #DB8750 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 80 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.14 |
| HSL | 23.74º | 0.66% | 0.59% | - |
| HSV(B) | 23.74º | 0.63% | 0.86% | - |
| XYZ | 39.33 | 32.97 | 11.88 | - |
| YUV | 153.85 | 86.33 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 80 | 0 | 0.38 | 0.63 | 0.14 | 23.74 | 0.66 | 0.59 |
| Hex | DB | 87 | 50 | 0 | 26 | 3F | E | 18 | 42 | 3B |
| Octal | 333 | 207 | 120 | 0 | 46 | 77 | 16 | 30 | 102 | 73 |
| Binary | 11011011 | 10000111 | 1010000 | 0 | 100110 | 111111 | 1110 | 11000 | 1000010 | 111011 |
Color Harmonies of #DB8750
Complementary color
Monochromatic Colors of #DB8750
Black with #DB8750
Text Example
Text Example
White with #DB8750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8750; }
p { color: rgb(219,135,80); }
H1.HeaderClassName
{
color: #DB8750;
}
.AnyTagClassName
{
color: #DB8750;
}
</style>
background-color css
<style>
a { background-color: #DB8750; }
a { background-color: rgb(219,135,80); }
div.DivClassName
{
background-color: #DB8750;
}
.BgClassName
{
background-color: #DB8750;
}
</style>
border-color css
<style>
span { border-color: #DB8750; }
span { border-color: rgb(219,135,80); }
td.TdClassName
{
border-color: #DB8750;
}
.TagClassName
{
border-color: #DB8750;
}
</style>