Shades of Raw Sienna #DB824E
Tints of Raw Sienna #DB824E
RGB
CMYK
RGB Variations
Color information
#DB824E (or 0xDB824E) is known color: Raw Sienna. HEX triplet: DB, 82 and 4E. RGB value is (219,130,78). Sum of RGB (Red+Green+Blue) = 219+130+78=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 78 (30.86% from 255 or 18.27% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB824E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB824E is #247DB1. Grayscale: #969696. Windows color (decimal): -2391474 or 5145307. OLE color: 5145307.
HSL color Cylindrical-coordinate representation of color #DB824E: hue angle of 22.13º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB824E is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 78 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.14 |
| HSL | 22.13º | 0.66% | 0.58% | - |
| HSV(B) | 22.13º | 0.64% | 0.86% | - |
| XYZ | 38.57 | 31.58 | 11.27 | - |
| YUV | 150.68 | 86.99 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 78 | 0 | 0.41 | 0.64 | 0.14 | 22.13 | 0.66 | 0.58 |
| Hex | DB | 82 | 4E | 0 | 29 | 40 | E | 16 | 42 | 3A |
| Octal | 333 | 202 | 116 | 0 | 51 | 100 | 16 | 26 | 102 | 72 |
| Binary | 11011011 | 10000010 | 1001110 | 0 | 101001 | 1000000 | 1110 | 10110 | 1000010 | 111010 |
Color Harmonies of #DB824E
Complementary color
Monochromatic Colors of #DB824E
Black with #DB824E
Text Example
Text Example
White with #DB824E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB824E; }
p { color: rgb(219,130,78); }
H1.HeaderClassName
{
color: #DB824E;
}
.AnyTagClassName
{
color: #DB824E;
}
</style>
background-color css
<style>
a { background-color: #DB824E; }
a { background-color: rgb(219,130,78); }
div.DivClassName
{
background-color: #DB824E;
}
.BgClassName
{
background-color: #DB824E;
}
</style>
border-color css
<style>
span { border-color: #DB824E; }
span { border-color: rgb(219,130,78); }
td.TdClassName
{
border-color: #DB824E;
}
.TagClassName
{
border-color: #DB824E;
}
</style>