Shades of Raw Sienna #D48054
Tints of Raw Sienna #D48054
RGB
CMYK
RGB Variations
Color information
#D48054 (or 0xD48054) is known color: Raw Sienna. HEX triplet: D4, 80 and 54. RGB value is (212,128,84). Sum of RGB (Red+Green+Blue) = 212+128+84=424 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 84 (33.20% from 255 or 19.81% from 424); Max value from RGB is 212 - color contains mainly: red. Hex color #D48054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48054 is #2B7FAB. Grayscale: #949494. Windows color (decimal): -2850732 or 5538004. OLE color: 5538004.
HSL color Cylindrical-coordinate representation of color #D48054: hue angle of 20.62º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D48054 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 128 | 84 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.17 |
| HSL | 20.63º | 0.6% | 0.58% | - |
| HSV(B) | 20.63º | 0.6% | 0.83% | - |
| XYZ | 36.47 | 30.08 | 12.27 | - |
| YUV | 148.1 | 91.83 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 128 | 84 | 0 | 0.40 | 0.60 | 0.17 | 20.63 | 0.6 | 0.58 |
| Hex | D4 | 80 | 54 | 0 | 28 | 3C | 11 | 15 | 3C | 3A |
| Octal | 324 | 200 | 124 | 0 | 50 | 74 | 21 | 25 | 74 | 72 |
| Binary | 11010100 | 10000000 | 1010100 | 0 | 101000 | 111100 | 10001 | 10101 | 111100 | 111010 |
Color Harmonies of #D48054
Complementary color
Monochromatic Colors of #D48054
Black with #D48054
Text Example
Text Example
White with #D48054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48054; }
p { color: rgb(212,128,84); }
H1.HeaderClassName
{
color: #D48054;
}
.AnyTagClassName
{
color: #D48054;
}
</style>
background-color css
<style>
a { background-color: #D48054; }
a { background-color: rgb(212,128,84); }
div.DivClassName
{
background-color: #D48054;
}
.BgClassName
{
background-color: #D48054;
}
</style>
border-color css
<style>
span { border-color: #D48054; }
span { border-color: rgb(212,128,84); }
td.TdClassName
{
border-color: #D48054;
}
.TagClassName
{
border-color: #D48054;
}
</style>