Shades of Raw Sienna #D97E50
Tints of Raw Sienna #D97E50
RGB
CMYK
RGB Variations
Color information
#D97E50 (or 0xD97E50) is known color: Raw Sienna. HEX triplet: D9, 7E and 50. RGB value is (217,126,80). Sum of RGB (Red+Green+Blue) = 217+126+80=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D97E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97E50 is #2681AF. Grayscale: #949494. Windows color (decimal): -2523568 or 5275353. OLE color: 5275353.
HSL color Cylindrical-coordinate representation of color #D97E50: hue angle of 20.15º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D97E50 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 126 | 80 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.15 |
| HSL | 20.15º | 0.64% | 0.58% | - |
| HSV(B) | 20.15º | 0.63% | 0.85% | - |
| XYZ | 37.52 | 30.25 | 11.45 | - |
| YUV | 147.97 | 89.65 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 126 | 80 | 0 | 0.42 | 0.63 | 0.15 | 20.15 | 0.64 | 0.58 |
| Hex | D9 | 7E | 50 | 0 | 2A | 3F | F | 14 | 40 | 3A |
| Octal | 331 | 176 | 120 | 0 | 52 | 77 | 17 | 24 | 100 | 72 |
| Binary | 11011001 | 1111110 | 1010000 | 0 | 101010 | 111111 | 1111 | 10100 | 1000000 | 111010 |
Color Harmonies of #D97E50
Complementary color
Monochromatic Colors of #D97E50
Black with #D97E50
Text Example
Text Example
White with #D97E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97E50; }
p { color: rgb(217,126,80); }
H1.HeaderClassName
{
color: #D97E50;
}
.AnyTagClassName
{
color: #D97E50;
}
</style>
background-color css
<style>
a { background-color: #D97E50; }
a { background-color: rgb(217,126,80); }
div.DivClassName
{
background-color: #D97E50;
}
.BgClassName
{
background-color: #D97E50;
}
</style>
border-color css
<style>
span { border-color: #D97E50; }
span { border-color: rgb(217,126,80); }
td.TdClassName
{
border-color: #D97E50;
}
.TagClassName
{
border-color: #D97E50;
}
</style>