Shades of Raw Sienna #DB8A4D
Tints of Raw Sienna #DB8A4D
RGB
CMYK
RGB Variations
Color information
#DB8A4D (or 0xDB8A4D) is known color: Raw Sienna. HEX triplet: DB, 8A and 4D. RGB value is (219,138,77). Sum of RGB (Red+Green+Blue) = 219+138+77=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8A4D is #2475B2. Grayscale: #9B9B9B. Windows color (decimal): -2389427 or 5081819. OLE color: 5081819.
HSL color Cylindrical-coordinate representation of color #DB8A4D: hue angle of 25.77º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB8A4D is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 77 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.14 |
| HSL | 25.77º | 0.66% | 0.58% | - |
| HSV(B) | 25.77º | 0.65% | 0.86% | - |
| XYZ | 39.64 | 33.77 | 11.45 | - |
| YUV | 155.27 | 83.84 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 77 | 0 | 0.37 | 0.65 | 0.14 | 25.77 | 0.66 | 0.58 |
| Hex | DB | 8A | 4D | 0 | 25 | 41 | E | 1A | 42 | 3A |
| Octal | 333 | 212 | 115 | 0 | 45 | 101 | 16 | 32 | 102 | 72 |
| Binary | 11011011 | 10001010 | 1001101 | 0 | 100101 | 1000001 | 1110 | 11010 | 1000010 | 111010 |
Color Harmonies of #DB8A4D
Complementary color
Monochromatic Colors of #DB8A4D
Black with #DB8A4D
Text Example
Text Example
White with #DB8A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8A4D; }
p { color: rgb(219,138,77); }
H1.HeaderClassName
{
color: #DB8A4D;
}
.AnyTagClassName
{
color: #DB8A4D;
}
</style>
background-color css
<style>
a { background-color: #DB8A4D; }
a { background-color: rgb(219,138,77); }
div.DivClassName
{
background-color: #DB8A4D;
}
.BgClassName
{
background-color: #DB8A4D;
}
</style>
border-color css
<style>
span { border-color: #DB8A4D; }
span { border-color: rgb(219,138,77); }
td.TdClassName
{
border-color: #DB8A4D;
}
.TagClassName
{
border-color: #DB8A4D;
}
</style>