Shades of Raw Sienna #D97F52
Tints of Raw Sienna #D97F52
RGB
CMYK
RGB Variations
Color information
#D97F52 (or 0xD97F52) is known color: Raw Sienna. HEX triplet: D9, 7F and 52. RGB value is (217,127,82). Sum of RGB (Red+Green+Blue) = 217+127+82=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 82 (32.42% from 255 or 19.25% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97F52 is #2680AD. Grayscale: #959595. Windows color (decimal): -2523310 or 5406681. OLE color: 5406681.
HSL color Cylindrical-coordinate representation of color #D97F52: hue angle of 20º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D97F52 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 127 | 82 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.15 |
| HSL | 20º | 0.64% | 0.59% | - |
| HSV(B) | 20º | 0.62% | 0.85% | - |
| XYZ | 37.73 | 30.54 | 11.89 | - |
| YUV | 148.78 | 90.32 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 127 | 82 | 0 | 0.41 | 0.62 | 0.15 | 20 | 0.64 | 0.59 |
| Hex | D9 | 7F | 52 | 0 | 29 | 3E | F | 14 | 40 | 3B |
| Octal | 331 | 177 | 122 | 0 | 51 | 76 | 17 | 24 | 100 | 73 |
| Binary | 11011001 | 1111111 | 1010010 | 0 | 101001 | 111110 | 1111 | 10100 | 1000000 | 111011 |
Color Harmonies of #D97F52
Complementary color
Monochromatic Colors of #D97F52
Black with #D97F52
Text Example
Text Example
White with #D97F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97F52; }
p { color: rgb(217,127,82); }
H1.HeaderClassName
{
color: #D97F52;
}
.AnyTagClassName
{
color: #D97F52;
}
</style>
background-color css
<style>
a { background-color: #D97F52; }
a { background-color: rgb(217,127,82); }
div.DivClassName
{
background-color: #D97F52;
}
.BgClassName
{
background-color: #D97F52;
}
</style>
border-color css
<style>
span { border-color: #D97F52; }
span { border-color: rgb(217,127,82); }
td.TdClassName
{
border-color: #D97F52;
}
.TagClassName
{
border-color: #D97F52;
}
</style>