Shades of Raw Sienna #DB824C
Tints of Raw Sienna #DB824C
RGB
CMYK
RGB Variations
Color information
#DB824C (or 0xDB824C) is known color: Raw Sienna. HEX triplet: DB, 82 and 4C. RGB value is (219,130,76). Sum of RGB (Red+Green+Blue) = 219+130+76=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 76 (30.08% from 255 or 17.88% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB824C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB824C is #247DB3. Grayscale: #969696. Windows color (decimal): -2391476 or 5014235. OLE color: 5014235.
HSL color Cylindrical-coordinate representation of color #DB824C: hue angle of 22.66º 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 #DB824C is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 76 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.14 |
| HSL | 22.66º | 0.67% | 0.58% | - |
| HSV(B) | 22.66º | 0.65% | 0.86% | - |
| XYZ | 38.5 | 31.55 | 10.9 | - |
| YUV | 150.46 | 85.99 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 76 | 0 | 0.41 | 0.65 | 0.14 | 22.66 | 0.67 | 0.58 |
| Hex | DB | 82 | 4C | 0 | 29 | 41 | E | 17 | 43 | 3A |
| Octal | 333 | 202 | 114 | 0 | 51 | 101 | 16 | 27 | 103 | 72 |
| Binary | 11011011 | 10000010 | 1001100 | 0 | 101001 | 1000001 | 1110 | 10111 | 1000011 | 111010 |
Color Harmonies of #DB824C
Complementary color
Monochromatic Colors of #DB824C
Black with #DB824C
Text Example
Text Example
White with #DB824C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB824C; }
p { color: rgb(219,130,76); }
H1.HeaderClassName
{
color: #DB824C;
}
.AnyTagClassName
{
color: #DB824C;
}
</style>
background-color css
<style>
a { background-color: #DB824C; }
a { background-color: rgb(219,130,76); }
div.DivClassName
{
background-color: #DB824C;
}
.BgClassName
{
background-color: #DB824C;
}
</style>
border-color css
<style>
span { border-color: #DB824C; }
span { border-color: rgb(219,130,76); }
td.TdClassName
{
border-color: #DB824C;
}
.TagClassName
{
border-color: #DB824C;
}
</style>