Shades of Raw Sienna #DB8244
Tints of Raw Sienna #DB8244
RGB
CMYK
RGB Variations
Color information
#DB8244 (or 0xDB8244) is known color: Raw Sienna. HEX triplet: DB, 82 and 44. RGB value is (219,130,68). Sum of RGB (Red+Green+Blue) = 219+130+68=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 68 (26.95% from 255 or 16.31% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8244 is #247DBB. Grayscale: #959595. Windows color (decimal): -2391484 or 4489947. OLE color: 4489947.
HSL color Cylindrical-coordinate representation of color #DB8244: hue angle of 24.64º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB8244 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 68 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.14 |
| HSL | 24.64º | 0.68% | 0.56% | - |
| HSV(B) | 24.64º | 0.69% | 0.86% | - |
| XYZ | 38.24 | 31.44 | 9.52 | - |
| YUV | 149.54 | 81.99 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 68 | 0 | 0.41 | 0.69 | 0.14 | 24.64 | 0.68 | 0.56 |
| Hex | DB | 82 | 44 | 0 | 29 | 45 | E | 19 | 44 | 38 |
| Octal | 333 | 202 | 104 | 0 | 51 | 105 | 16 | 31 | 104 | 70 |
| Binary | 11011011 | 10000010 | 1000100 | 0 | 101001 | 1000101 | 1110 | 11001 | 1000100 | 111000 |
Color Harmonies of #DB8244
Complementary color
Monochromatic Colors of #DB8244
Black with #DB8244
Text Example
Text Example
White with #DB8244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8244; }
p { color: rgb(219,130,68); }
H1.HeaderClassName
{
color: #DB8244;
}
.AnyTagClassName
{
color: #DB8244;
}
</style>
background-color css
<style>
a { background-color: #DB8244; }
a { background-color: rgb(219,130,68); }
div.DivClassName
{
background-color: #DB8244;
}
.BgClassName
{
background-color: #DB8244;
}
</style>
border-color css
<style>
span { border-color: #DB8244; }
span { border-color: rgb(219,130,68); }
td.TdClassName
{
border-color: #DB8244;
}
.TagClassName
{
border-color: #DB8244;
}
</style>