Shades of Raw Sienna #DB824D
Tints of Raw Sienna #DB824D
RGB
CMYK
RGB Variations
Color information
#DB824D (or 0xDB824D) is known color: Raw Sienna. HEX triplet: DB, 82 and 4D. RGB value is (219,130,77). Sum of RGB (Red+Green+Blue) = 219+130+77=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB824D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB824D is #247DB2. Grayscale: #969696. Windows color (decimal): -2391475 or 5079771. OLE color: 5079771.
HSL color Cylindrical-coordinate representation of color #DB824D: hue angle of 22.39º 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 #DB824D is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 77 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.14 |
| HSL | 22.39º | 0.66% | 0.58% | - |
| HSV(B) | 22.39º | 0.65% | 0.86% | - |
| XYZ | 38.54 | 31.56 | 11.08 | - |
| YUV | 150.57 | 86.49 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 77 | 0 | 0.41 | 0.65 | 0.14 | 22.39 | 0.66 | 0.58 |
| Hex | DB | 82 | 4D | 0 | 29 | 41 | E | 16 | 42 | 3A |
| Octal | 333 | 202 | 115 | 0 | 51 | 101 | 16 | 26 | 102 | 72 |
| Binary | 11011011 | 10000010 | 1001101 | 0 | 101001 | 1000001 | 1110 | 10110 | 1000010 | 111010 |
Color Harmonies of #DB824D
Complementary color
Monochromatic Colors of #DB824D
Black with #DB824D
Text Example
Text Example
White with #DB824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB824D; }
p { color: rgb(219,130,77); }
H1.HeaderClassName
{
color: #DB824D;
}
.AnyTagClassName
{
color: #DB824D;
}
</style>
background-color css
<style>
a { background-color: #DB824D; }
a { background-color: rgb(219,130,77); }
div.DivClassName
{
background-color: #DB824D;
}
.BgClassName
{
background-color: #DB824D;
}
</style>
border-color css
<style>
span { border-color: #DB824D; }
span { border-color: rgb(219,130,77); }
td.TdClassName
{
border-color: #DB824D;
}
.TagClassName
{
border-color: #DB824D;
}
</style>