Shades of Raw Sienna #DB814C
Tints of Raw Sienna #DB814C
RGB
CMYK
RGB Variations
Color information
#DB814C (or 0xDB814C) is known color: Raw Sienna. HEX triplet: DB, 81 and 4C. RGB value is (219,129,76). Sum of RGB (Red+Green+Blue) = 219+129+76=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 76 (30.08% from 255 or 17.92% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB814C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB814C is #247EB3. Grayscale: #969696. Windows color (decimal): -2391732 or 5013979. OLE color: 5013979.
HSL color Cylindrical-coordinate representation of color #DB814C: hue angle of 22.24º degrees, saturation: 0.67, 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 #DB814C is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 76 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.14 |
| HSL | 22.24º | 0.67% | 0.58% | - |
| HSV(B) | 22.24º | 0.65% | 0.86% | - |
| XYZ | 38.37 | 31.28 | 10.85 | - |
| YUV | 149.87 | 86.32 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 76 | 0 | 0.41 | 0.65 | 0.14 | 22.24 | 0.67 | 0.58 |
| Hex | DB | 81 | 4C | 0 | 29 | 41 | E | 16 | 43 | 3A |
| Octal | 333 | 201 | 114 | 0 | 51 | 101 | 16 | 26 | 103 | 72 |
| Binary | 11011011 | 10000001 | 1001100 | 0 | 101001 | 1000001 | 1110 | 10110 | 1000011 | 111010 |
Color Harmonies of #DB814C
Complementary color
Monochromatic Colors of #DB814C
Black with #DB814C
Text Example
Text Example
White with #DB814C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB814C; }
p { color: rgb(219,129,76); }
H1.HeaderClassName
{
color: #DB814C;
}
.AnyTagClassName
{
color: #DB814C;
}
</style>
background-color css
<style>
a { background-color: #DB814C; }
a { background-color: rgb(219,129,76); }
div.DivClassName
{
background-color: #DB814C;
}
.BgClassName
{
background-color: #DB814C;
}
</style>
border-color css
<style>
span { border-color: #DB814C; }
span { border-color: rgb(219,129,76); }
td.TdClassName
{
border-color: #DB814C;
}
.TagClassName
{
border-color: #DB814C;
}
</style>