Shades of Raw Sienna #DB8948
Tints of Raw Sienna #DB8948
RGB
CMYK
RGB Variations
Color information
#DB8948 (or 0xDB8948) is known color: Raw Sienna. HEX triplet: DB, 89 and 48. RGB value is (219,137,72). Sum of RGB (Red+Green+Blue) = 219+137+72=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 72 (28.52% from 255 or 16.82% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8948 is #2476B7. Grayscale: #9A9A9A. Windows color (decimal): -2389688 or 4753883. OLE color: 4753883.
HSL color Cylindrical-coordinate representation of color #DB8948: hue angle of 26.53º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB8948 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 72 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.14 |
| HSL | 26.53º | 0.67% | 0.57% | - |
| HSV(B) | 26.53º | 0.67% | 0.86% | - |
| XYZ | 39.33 | 33.42 | 10.51 | - |
| YUV | 154.11 | 81.67 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 72 | 0 | 0.37 | 0.67 | 0.14 | 26.53 | 0.67 | 0.57 |
| Hex | DB | 89 | 48 | 0 | 25 | 43 | E | 1B | 43 | 39 |
| Octal | 333 | 211 | 110 | 0 | 45 | 103 | 16 | 33 | 103 | 71 |
| Binary | 11011011 | 10001001 | 1001000 | 0 | 100101 | 1000011 | 1110 | 11011 | 1000011 | 111001 |
Color Harmonies of #DB8948
Complementary color
Monochromatic Colors of #DB8948
Black with #DB8948
Text Example
Text Example
White with #DB8948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8948; }
p { color: rgb(219,137,72); }
H1.HeaderClassName
{
color: #DB8948;
}
.AnyTagClassName
{
color: #DB8948;
}
</style>
background-color css
<style>
a { background-color: #DB8948; }
a { background-color: rgb(219,137,72); }
div.DivClassName
{
background-color: #DB8948;
}
.BgClassName
{
background-color: #DB8948;
}
</style>
border-color css
<style>
span { border-color: #DB8948; }
span { border-color: rgb(219,137,72); }
td.TdClassName
{
border-color: #DB8948;
}
.TagClassName
{
border-color: #DB8948;
}
</style>