Shades of Raw Sienna #DB824A
Tints of Raw Sienna #DB824A
RGB
CMYK
RGB Variations
Color information
#DB824A (or 0xDB824A) is known color: Raw Sienna. HEX triplet: DB, 82 and 4A. RGB value is (219,130,74). Sum of RGB (Red+Green+Blue) = 219+130+74=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB824A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB824A is #247DB5. Grayscale: #969696. Windows color (decimal): -2391478 or 4883163. OLE color: 4883163.
HSL color Cylindrical-coordinate representation of color #DB824A: hue angle of 23.17º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB824A is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 74 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.14 |
| HSL | 23.17º | 0.67% | 0.57% | - |
| HSV(B) | 23.17º | 0.66% | 0.86% | - |
| XYZ | 38.43 | 31.52 | 10.54 | - |
| YUV | 150.23 | 84.99 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 74 | 0 | 0.41 | 0.66 | 0.14 | 23.17 | 0.67 | 0.57 |
| Hex | DB | 82 | 4A | 0 | 29 | 42 | E | 17 | 43 | 39 |
| Octal | 333 | 202 | 112 | 0 | 51 | 102 | 16 | 27 | 103 | 71 |
| Binary | 11011011 | 10000010 | 1001010 | 0 | 101001 | 1000010 | 1110 | 10111 | 1000011 | 111001 |
Color Harmonies of #DB824A
Complementary color
Monochromatic Colors of #DB824A
Black with #DB824A
Text Example
Text Example
White with #DB824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB824A; }
p { color: rgb(219,130,74); }
H1.HeaderClassName
{
color: #DB824A;
}
.AnyTagClassName
{
color: #DB824A;
}
</style>
background-color css
<style>
a { background-color: #DB824A; }
a { background-color: rgb(219,130,74); }
div.DivClassName
{
background-color: #DB824A;
}
.BgClassName
{
background-color: #DB824A;
}
</style>
border-color css
<style>
span { border-color: #DB824A; }
span { border-color: rgb(219,130,74); }
td.TdClassName
{
border-color: #DB824A;
}
.TagClassName
{
border-color: #DB824A;
}
</style>