Shades of Raw Sienna #D97D4A
Tints of Raw Sienna #D97D4A
RGB
CMYK
RGB Variations
Color information
#D97D4A (or 0xD97D4A) is known color: Raw Sienna. HEX triplet: D9, 7D and 4A. RGB value is (217,125,74). Sum of RGB (Red+Green+Blue) = 217+125+74=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97D4A is #2682B5. Grayscale: #929292. Windows color (decimal): -2523830 or 4881881. OLE color: 4881881.
HSL color Cylindrical-coordinate representation of color #D97D4A: hue angle of 21.4º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D97D4A is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 125 | 74 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.15 |
| HSL | 21.4º | 0.65% | 0.57% | - |
| HSV(B) | 21.4º | 0.66% | 0.85% | - |
| XYZ | 37.18 | 29.91 | 10.29 | - |
| YUV | 146.69 | 86.98 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 125 | 74 | 0 | 0.42 | 0.66 | 0.15 | 21.4 | 0.65 | 0.57 |
| Hex | D9 | 7D | 4A | 0 | 2A | 42 | F | 15 | 41 | 39 |
| Octal | 331 | 175 | 112 | 0 | 52 | 102 | 17 | 25 | 101 | 71 |
| Binary | 11011001 | 1111101 | 1001010 | 0 | 101010 | 1000010 | 1111 | 10101 | 1000001 | 111001 |
Color Harmonies of #D97D4A
Complementary color
Monochromatic Colors of #D97D4A
Black with #D97D4A
Text Example
Text Example
White with #D97D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97D4A; }
p { color: rgb(217,125,74); }
H1.HeaderClassName
{
color: #D97D4A;
}
.AnyTagClassName
{
color: #D97D4A;
}
</style>
background-color css
<style>
a { background-color: #D97D4A; }
a { background-color: rgb(217,125,74); }
div.DivClassName
{
background-color: #D97D4A;
}
.BgClassName
{
background-color: #D97D4A;
}
</style>
border-color css
<style>
span { border-color: #D97D4A; }
span { border-color: rgb(217,125,74); }
td.TdClassName
{
border-color: #D97D4A;
}
.TagClassName
{
border-color: #D97D4A;
}
</style>