Shades of Raw Sienna #D48254
Tints of Raw Sienna #D48254
RGB
CMYK
RGB Variations
Color information
#D48254 (or 0xD48254) is known color: Raw Sienna. HEX triplet: D4, 82 and 54. RGB value is (212,130,84). Sum of RGB (Red+Green+Blue) = 212+130+84=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 84 (33.20% from 255 or 19.72% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D48254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48254 is #2B7DAB. Grayscale: #959595. Windows color (decimal): -2850220 or 5538516. OLE color: 5538516.
HSL color Cylindrical-coordinate representation of color #D48254: hue angle of 21.56º 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 #D48254 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 130 | 84 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.17 |
| HSL | 21.56º | 0.6% | 0.58% | - |
| HSV(B) | 21.56º | 0.6% | 0.83% | - |
| XYZ | 36.73 | 30.6 | 12.36 | - |
| YUV | 149.27 | 91.17 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 130 | 84 | 0 | 0.39 | 0.60 | 0.17 | 21.56 | 0.6 | 0.58 |
| Hex | D4 | 82 | 54 | 0 | 27 | 3C | 11 | 16 | 3C | 3A |
| Octal | 324 | 202 | 124 | 0 | 47 | 74 | 21 | 26 | 74 | 72 |
| Binary | 11010100 | 10000010 | 1010100 | 0 | 100111 | 111100 | 10001 | 10110 | 111100 | 111010 |
Color Harmonies of #D48254
Complementary color
Monochromatic Colors of #D48254
Black with #D48254
Text Example
Text Example
White with #D48254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48254; }
p { color: rgb(212,130,84); }
H1.HeaderClassName
{
color: #D48254;
}
.AnyTagClassName
{
color: #D48254;
}
</style>
background-color css
<style>
a { background-color: #D48254; }
a { background-color: rgb(212,130,84); }
div.DivClassName
{
background-color: #D48254;
}
.BgClassName
{
background-color: #D48254;
}
</style>
border-color css
<style>
span { border-color: #D48254; }
span { border-color: rgb(212,130,84); }
td.TdClassName
{
border-color: #D48254;
}
.TagClassName
{
border-color: #D48254;
}
</style>