Shades of Raw Sienna #D27C47
Tints of Raw Sienna #D27C47
RGB
CMYK
RGB Variations
Color information
#D27C47 (or 0xD27C47) is known color: Raw Sienna. HEX triplet: D2, 7C and 47. RGB value is (210,124,71). Sum of RGB (Red+Green+Blue) = 210+124+71=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 71 (28.12% from 255 or 17.53% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27C47 is #2D83B8. Grayscale: #8F8F8F. Windows color (decimal): -2982841 or 4685010. OLE color: 4685010.
HSL color Cylindrical-coordinate representation of color #D27C47: hue angle of 22.88º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D27C47 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 124 | 71 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.18 |
| HSL | 22.88º | 0.61% | 0.55% | - |
| HSV(B) | 22.88º | 0.66% | 0.82% | - |
| XYZ | 34.92 | 28.57 | 9.64 | - |
| YUV | 143.67 | 86.99 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 124 | 71 | 0 | 0.41 | 0.66 | 0.18 | 22.88 | 0.61 | 0.55 |
| Hex | D2 | 7C | 47 | 0 | 29 | 42 | 12 | 17 | 3D | 37 |
| Octal | 322 | 174 | 107 | 0 | 51 | 102 | 22 | 27 | 75 | 67 |
| Binary | 11010010 | 1111100 | 1000111 | 0 | 101001 | 1000010 | 10010 | 10111 | 111101 | 110111 |
Color Harmonies of #D27C47
Complementary color
Monochromatic Colors of #D27C47
Black with #D27C47
Text Example
Text Example
White with #D27C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27C47; }
p { color: rgb(210,124,71); }
H1.HeaderClassName
{
color: #D27C47;
}
.AnyTagClassName
{
color: #D27C47;
}
</style>
background-color css
<style>
a { background-color: #D27C47; }
a { background-color: rgb(210,124,71); }
div.DivClassName
{
background-color: #D27C47;
}
.BgClassName
{
background-color: #D27C47;
}
</style>
border-color css
<style>
span { border-color: #D27C47; }
span { border-color: rgb(210,124,71); }
td.TdClassName
{
border-color: #D27C47;
}
.TagClassName
{
border-color: #D27C47;
}
</style>