Shades of Raw Sienna #D57C50
Tints of Raw Sienna #D57C50
RGB
CMYK
RGB Variations
Color information
#D57C50 (or 0xD57C50) is known color: Raw Sienna. HEX triplet: D5, 7C and 50. RGB value is (213,124,80). Sum of RGB (Red+Green+Blue) = 213+124+80=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57C50 is #2A83AF. Grayscale: #919191. Windows color (decimal): -2786224 or 5274837. OLE color: 5274837.
HSL color Cylindrical-coordinate representation of color #D57C50: hue angle of 19.85º 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 #D57C50 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 80 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.16 |
| HSL | 19.85º | 0.61% | 0.57% | - |
| HSV(B) | 19.85º | 0.62% | 0.84% | - |
| XYZ | 36.1 | 29.14 | 11.31 | - |
| YUV | 145.6 | 90.99 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 80 | 0 | 0.42 | 0.62 | 0.16 | 19.85 | 0.61 | 0.57 |
| Hex | D5 | 7C | 50 | 0 | 2A | 3E | 10 | 14 | 3D | 39 |
| Octal | 325 | 174 | 120 | 0 | 52 | 76 | 20 | 24 | 75 | 71 |
| Binary | 11010101 | 1111100 | 1010000 | 0 | 101010 | 111110 | 10000 | 10100 | 111101 | 111001 |
Color Harmonies of #D57C50
Complementary color
Monochromatic Colors of #D57C50
Black with #D57C50
Text Example
Text Example
White with #D57C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57C50; }
p { color: rgb(213,124,80); }
H1.HeaderClassName
{
color: #D57C50;
}
.AnyTagClassName
{
color: #D57C50;
}
</style>
background-color css
<style>
a { background-color: #D57C50; }
a { background-color: rgb(213,124,80); }
div.DivClassName
{
background-color: #D57C50;
}
.BgClassName
{
background-color: #D57C50;
}
</style>
border-color css
<style>
span { border-color: #D57C50; }
span { border-color: rgb(213,124,80); }
td.TdClassName
{
border-color: #D57C50;
}
.TagClassName
{
border-color: #D57C50;
}
</style>