Shades of Raw Sienna #D08047
Tints of Raw Sienna #D08047
RGB
CMYK
RGB Variations
Color information
#D08047 (or 0xD08047) is known color: Raw Sienna. HEX triplet: D0, 80 and 47. RGB value is (208,128,71). Sum of RGB (Red+Green+Blue) = 208+128+71=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 71 (28.12% from 255 or 17.44% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D08047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08047 is #2F7FB8. Grayscale: #919191. Windows color (decimal): -3112889 or 4686032. OLE color: 4686032.
HSL color Cylindrical-coordinate representation of color #D08047: hue angle of 24.96º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D08047 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 128 | 71 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.18 |
| HSL | 24.96º | 0.59% | 0.55% | - |
| HSV(B) | 24.96º | 0.66% | 0.82% | - |
| XYZ | 34.87 | 29.3 | 9.78 | - |
| YUV | 145.42 | 86 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 71 | 0 | 0.38 | 0.66 | 0.18 | 24.96 | 0.59 | 0.55 |
| Hex | D0 | 80 | 47 | 0 | 26 | 42 | 12 | 19 | 3B | 37 |
| Octal | 320 | 200 | 107 | 0 | 46 | 102 | 22 | 31 | 73 | 67 |
| Binary | 11010000 | 10000000 | 1000111 | 0 | 100110 | 1000010 | 10010 | 11001 | 111011 | 110111 |
Color Harmonies of #D08047
Complementary color
Monochromatic Colors of #D08047
Black with #D08047
Text Example
Text Example
White with #D08047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08047; }
p { color: rgb(208,128,71); }
H1.HeaderClassName
{
color: #D08047;
}
.AnyTagClassName
{
color: #D08047;
}
</style>
background-color css
<style>
a { background-color: #D08047; }
a { background-color: rgb(208,128,71); }
div.DivClassName
{
background-color: #D08047;
}
.BgClassName
{
background-color: #D08047;
}
</style>
border-color css
<style>
span { border-color: #D08047; }
span { border-color: rgb(208,128,71); }
td.TdClassName
{
border-color: #D08047;
}
.TagClassName
{
border-color: #D08047;
}
</style>