Shades of Raw Sienna #DB854B
Tints of Raw Sienna #DB854B
RGB
CMYK
RGB Variations
Color information
#DB854B (or 0xDB854B) is known color: Raw Sienna. HEX triplet: DB, 85 and 4B. RGB value is (219,133,75). Sum of RGB (Red+Green+Blue) = 219+133+75=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 75 (29.69% from 255 or 17.56% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB854B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB854B is #247AB4. Grayscale: #989898. Windows color (decimal): -2390709 or 4949467. OLE color: 4949467.
HSL color Cylindrical-coordinate representation of color #DB854B: hue angle of 24.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB854B is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 75 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.14 |
| HSL | 24.17º | 0.67% | 0.58% | - |
| HSV(B) | 24.17º | 0.66% | 0.86% | - |
| XYZ | 38.87 | 32.34 | 10.85 | - |
| YUV | 152.1 | 84.49 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 75 | 0 | 0.39 | 0.66 | 0.14 | 24.17 | 0.67 | 0.58 |
| Hex | DB | 85 | 4B | 0 | 27 | 42 | E | 18 | 43 | 3A |
| Octal | 333 | 205 | 113 | 0 | 47 | 102 | 16 | 30 | 103 | 72 |
| Binary | 11011011 | 10000101 | 1001011 | 0 | 100111 | 1000010 | 1110 | 11000 | 1000011 | 111010 |
Color Harmonies of #DB854B
Complementary color
Monochromatic Colors of #DB854B
Black with #DB854B
Text Example
Text Example
White with #DB854B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB854B; }
p { color: rgb(219,133,75); }
H1.HeaderClassName
{
color: #DB854B;
}
.AnyTagClassName
{
color: #DB854B;
}
</style>
background-color css
<style>
a { background-color: #DB854B; }
a { background-color: rgb(219,133,75); }
div.DivClassName
{
background-color: #DB854B;
}
.BgClassName
{
background-color: #DB854B;
}
</style>
border-color css
<style>
span { border-color: #DB854B; }
span { border-color: rgb(219,133,75); }
td.TdClassName
{
border-color: #DB854B;
}
.TagClassName
{
border-color: #DB854B;
}
</style>