Shades of Raw Sienna #D97D54
Tints of Raw Sienna #D97D54
RGB
CMYK
RGB Variations
Color information
#D97D54 (or 0xD97D54) is known color: Raw Sienna. HEX triplet: D9, 7D and 54. RGB value is (217,125,84). Sum of RGB (Red+Green+Blue) = 217+125+84=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 84 (33.20% from 255 or 19.72% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97D54 is #2682AB. Grayscale: #949494. Windows color (decimal): -2523820 or 5537241. OLE color: 5537241.
HSL color Cylindrical-coordinate representation of color #D97D54: hue angle of 18.5º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D97D54 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 125 | 84 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.15 |
| HSL | 18.5º | 0.64% | 0.59% | - |
| HSV(B) | 18.5º | 0.61% | 0.85% | - |
| XYZ | 37.55 | 30.06 | 12.21 | - |
| YUV | 147.83 | 91.98 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 125 | 84 | 0 | 0.42 | 0.61 | 0.15 | 18.5 | 0.64 | 0.59 |
| Hex | D9 | 7D | 54 | 0 | 2A | 3D | F | 12 | 40 | 3B |
| Octal | 331 | 175 | 124 | 0 | 52 | 75 | 17 | 22 | 100 | 73 |
| Binary | 11011001 | 1111101 | 1010100 | 0 | 101010 | 111101 | 1111 | 10010 | 1000000 | 111011 |
Color Harmonies of #D97D54
Complementary color
Monochromatic Colors of #D97D54
Black with #D97D54
Text Example
Text Example
White with #D97D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97D54; }
p { color: rgb(217,125,84); }
H1.HeaderClassName
{
color: #D97D54;
}
.AnyTagClassName
{
color: #D97D54;
}
</style>
background-color css
<style>
a { background-color: #D97D54; }
a { background-color: rgb(217,125,84); }
div.DivClassName
{
background-color: #D97D54;
}
.BgClassName
{
background-color: #D97D54;
}
</style>
border-color css
<style>
span { border-color: #D97D54; }
span { border-color: rgb(217,125,84); }
td.TdClassName
{
border-color: #D97D54;
}
.TagClassName
{
border-color: #D97D54;
}
</style>