Shades of Raw Sienna #D57F50
Tints of Raw Sienna #D57F50
RGB
CMYK
RGB Variations
Color information
#D57F50 (or 0xD57F50) is known color: Raw Sienna. HEX triplet: D5, 7F and 50. RGB value is (213,127,80). Sum of RGB (Red+Green+Blue) = 213+127+80=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57F50 is #2A80AF. Grayscale: #939393. Windows color (decimal): -2785456 or 5275605. OLE color: 5275605.
HSL color Cylindrical-coordinate representation of color #D57F50: hue angle of 21.2º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D57F50 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 127 | 80 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.16 |
| HSL | 21.2º | 0.61% | 0.57% | - |
| HSV(B) | 21.2º | 0.62% | 0.84% | - |
| XYZ | 36.48 | 29.9 | 11.44 | - |
| YUV | 147.36 | 89.99 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 80 | 0 | 0.40 | 0.62 | 0.16 | 21.2 | 0.61 | 0.57 |
| Hex | D5 | 7F | 50 | 0 | 28 | 3E | 10 | 15 | 3D | 39 |
| Octal | 325 | 177 | 120 | 0 | 50 | 76 | 20 | 25 | 75 | 71 |
| Binary | 11010101 | 1111111 | 1010000 | 0 | 101000 | 111110 | 10000 | 10101 | 111101 | 111001 |
Color Harmonies of #D57F50
Complementary color
Monochromatic Colors of #D57F50
Black with #D57F50
Text Example
Text Example
White with #D57F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57F50; }
p { color: rgb(213,127,80); }
H1.HeaderClassName
{
color: #D57F50;
}
.AnyTagClassName
{
color: #D57F50;
}
</style>
background-color css
<style>
a { background-color: #D57F50; }
a { background-color: rgb(213,127,80); }
div.DivClassName
{
background-color: #D57F50;
}
.BgClassName
{
background-color: #D57F50;
}
</style>
border-color css
<style>
span { border-color: #D57F50; }
span { border-color: rgb(213,127,80); }
td.TdClassName
{
border-color: #D57F50;
}
.TagClassName
{
border-color: #D57F50;
}
</style>