Shades of Raw Sienna #DB814D
Tints of Raw Sienna #DB814D
RGB
CMYK
RGB Variations
Color information
#DB814D (or 0xDB814D) is known color: Raw Sienna. HEX triplet: DB, 81 and 4D. RGB value is (219,129,77). Sum of RGB (Red+Green+Blue) = 219+129+77=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB814D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB814D is #247EB2. Grayscale: #969696. Windows color (decimal): -2391731 or 5079515. OLE color: 5079515.
HSL color Cylindrical-coordinate representation of color #DB814D: hue angle of 21.97º 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 #DB814D is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 77 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.14 |
| HSL | 21.97º | 0.66% | 0.58% | - |
| HSV(B) | 21.97º | 0.65% | 0.86% | - |
| XYZ | 38.4 | 31.3 | 11.04 | - |
| YUV | 149.98 | 86.82 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 77 | 0 | 0.41 | 0.65 | 0.14 | 21.97 | 0.66 | 0.58 |
| Hex | DB | 81 | 4D | 0 | 29 | 41 | E | 16 | 42 | 3A |
| Octal | 333 | 201 | 115 | 0 | 51 | 101 | 16 | 26 | 102 | 72 |
| Binary | 11011011 | 10000001 | 1001101 | 0 | 101001 | 1000001 | 1110 | 10110 | 1000010 | 111010 |
Color Harmonies of #DB814D
Complementary color
Monochromatic Colors of #DB814D
Black with #DB814D
Text Example
Text Example
White with #DB814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB814D; }
p { color: rgb(219,129,77); }
H1.HeaderClassName
{
color: #DB814D;
}
.AnyTagClassName
{
color: #DB814D;
}
</style>
background-color css
<style>
a { background-color: #DB814D; }
a { background-color: rgb(219,129,77); }
div.DivClassName
{
background-color: #DB814D;
}
.BgClassName
{
background-color: #DB814D;
}
</style>
border-color css
<style>
span { border-color: #DB814D; }
span { border-color: rgb(219,129,77); }
td.TdClassName
{
border-color: #DB814D;
}
.TagClassName
{
border-color: #DB814D;
}
</style>