Shades of Raw Sienna #D97D46
Tints of Raw Sienna #D97D46
RGB
CMYK
RGB Variations
Color information
#D97D46 (or 0xD97D46) is known color: Raw Sienna. HEX triplet: D9, 7D and 46. RGB value is (217,125,70). Sum of RGB (Red+Green+Blue) = 217+125+70=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 70 (27.73% from 255 or 16.99% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97D46 is #2682B9. Grayscale: #929292. Windows color (decimal): -2523834 or 4619737. OLE color: 4619737.
HSL color Cylindrical-coordinate representation of color #D97D46: hue angle of 22.45º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D97D46 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 125 | 70 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.15 |
| HSL | 22.45º | 0.66% | 0.56% | - |
| HSV(B) | 22.45º | 0.68% | 0.85% | - |
| XYZ | 37.05 | 29.86 | 9.61 | - |
| YUV | 146.24 | 84.98 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 125 | 70 | 0 | 0.42 | 0.68 | 0.15 | 22.45 | 0.66 | 0.56 |
| Hex | D9 | 7D | 46 | 0 | 2A | 44 | F | 16 | 42 | 38 |
| Octal | 331 | 175 | 106 | 0 | 52 | 104 | 17 | 26 | 102 | 70 |
| Binary | 11011001 | 1111101 | 1000110 | 0 | 101010 | 1000100 | 1111 | 10110 | 1000010 | 111000 |
Color Harmonies of #D97D46
Complementary color
Monochromatic Colors of #D97D46
Black with #D97D46
Text Example
Text Example
White with #D97D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97D46; }
p { color: rgb(217,125,70); }
H1.HeaderClassName
{
color: #D97D46;
}
.AnyTagClassName
{
color: #D97D46;
}
</style>
background-color css
<style>
a { background-color: #D97D46; }
a { background-color: rgb(217,125,70); }
div.DivClassName
{
background-color: #D97D46;
}
.BgClassName
{
background-color: #D97D46;
}
</style>
border-color css
<style>
span { border-color: #D97D46; }
span { border-color: rgb(217,125,70); }
td.TdClassName
{
border-color: #D97D46;
}
.TagClassName
{
border-color: #D97D46;
}
</style>