Shades of Raw Sienna #D08054
Tints of Raw Sienna #D08054
RGB
CMYK
RGB Variations
Color information
#D08054 (or 0xD08054) is known color: Raw Sienna. HEX triplet: D0, 80 and 54. RGB value is (208,128,84). Sum of RGB (Red+Green+Blue) = 208+128+84=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 84 (33.20% from 255 or 20% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D08054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08054 is #2F7FAB. Grayscale: #939393. Windows color (decimal): -3112876 or 5538000. OLE color: 5538000.
HSL color Cylindrical-coordinate representation of color #D08054: hue angle of 21.29º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D08054 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 128 | 84 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.18 |
| HSL | 21.29º | 0.57% | 0.57% | - |
| HSV(B) | 21.29º | 0.6% | 0.82% | - |
| XYZ | 35.33 | 29.49 | 12.22 | - |
| YUV | 146.9 | 92.5 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 84 | 0 | 0.38 | 0.60 | 0.18 | 21.29 | 0.57 | 0.57 |
| Hex | D0 | 80 | 54 | 0 | 26 | 3C | 12 | 15 | 39 | 39 |
| Octal | 320 | 200 | 124 | 0 | 46 | 74 | 22 | 25 | 71 | 71 |
| Binary | 11010000 | 10000000 | 1010100 | 0 | 100110 | 111100 | 10010 | 10101 | 111001 | 111001 |
Color Harmonies of #D08054
Complementary color
Monochromatic Colors of #D08054
Black with #D08054
Text Example
Text Example
White with #D08054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08054; }
p { color: rgb(208,128,84); }
H1.HeaderClassName
{
color: #D08054;
}
.AnyTagClassName
{
color: #D08054;
}
</style>
background-color css
<style>
a { background-color: #D08054; }
a { background-color: rgb(208,128,84); }
div.DivClassName
{
background-color: #D08054;
}
.BgClassName
{
background-color: #D08054;
}
</style>
border-color css
<style>
span { border-color: #D08054; }
span { border-color: rgb(208,128,84); }
td.TdClassName
{
border-color: #D08054;
}
.TagClassName
{
border-color: #D08054;
}
</style>