Shades of Raw Sienna #D27C3F
Tints of Raw Sienna #D27C3F
RGB
CMYK
RGB Variations
Color information
#D27C3F (or 0xD27C3F) is known color: Raw Sienna. HEX triplet: D2, 7C and 3F. RGB value is (210,124,63). Sum of RGB (Red+Green+Blue) = 210+124+63=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27C3F is #2D83C0. Grayscale: #8F8F8F. Windows color (decimal): -2982849 or 4160722. OLE color: 4160722.
HSL color Cylindrical-coordinate representation of color #D27C3F: hue angle of 24.9º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D27C3F is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 124 | 63 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.18 |
| HSL | 24.9º | 0.62% | 0.54% | - |
| HSV(B) | 24.9º | 0.7% | 0.82% | - |
| XYZ | 34.68 | 28.48 | 8.37 | - |
| YUV | 142.76 | 82.99 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 124 | 63 | 0 | 0.41 | 0.70 | 0.18 | 24.9 | 0.62 | 0.54 |
| Hex | D2 | 7C | 3F | 0 | 29 | 46 | 12 | 19 | 3E | 36 |
| Octal | 322 | 174 | 77 | 0 | 51 | 106 | 22 | 31 | 76 | 66 |
| Binary | 11010010 | 1111100 | 111111 | 0 | 101001 | 1000110 | 10010 | 11001 | 111110 | 110110 |
Color Harmonies of #D27C3F
Complementary color
Monochromatic Colors of #D27C3F
Black with #D27C3F
Text Example
Text Example
White with #D27C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27C3F; }
p { color: rgb(210,124,63); }
H1.HeaderClassName
{
color: #D27C3F;
}
.AnyTagClassName
{
color: #D27C3F;
}
</style>
background-color css
<style>
a { background-color: #D27C3F; }
a { background-color: rgb(210,124,63); }
div.DivClassName
{
background-color: #D27C3F;
}
.BgClassName
{
background-color: #D27C3F;
}
</style>
border-color css
<style>
span { border-color: #D27C3F; }
span { border-color: rgb(210,124,63); }
td.TdClassName
{
border-color: #D27C3F;
}
.TagClassName
{
border-color: #D27C3F;
}
</style>