Shades of Raw Sienna #D47F42
Tints of Raw Sienna #D47F42
RGB
CMYK
RGB Variations
Color information
#D47F42 (or 0xD47F42) is known color: Raw Sienna. HEX triplet: D4, 7F and 42. RGB value is (212,127,66). Sum of RGB (Red+Green+Blue) = 212+127+66=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47F42 is #2B80BD. Grayscale: #919191. Windows color (decimal): -2851006 or 4358100. OLE color: 4358100.
HSL color Cylindrical-coordinate representation of color #D47F42: hue angle of 25.07º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D47F42 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 127 | 66 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.17 |
| HSL | 25.07º | 0.63% | 0.55% | - |
| HSV(B) | 25.07º | 0.69% | 0.83% | - |
| XYZ | 35.72 | 29.57 | 8.98 | - |
| YUV | 145.46 | 83.16 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 127 | 66 | 0 | 0.40 | 0.69 | 0.17 | 25.07 | 0.63 | 0.55 |
| Hex | D4 | 7F | 42 | 0 | 28 | 45 | 11 | 19 | 3F | 37 |
| Octal | 324 | 177 | 102 | 0 | 50 | 105 | 21 | 31 | 77 | 67 |
| Binary | 11010100 | 1111111 | 1000010 | 0 | 101000 | 1000101 | 10001 | 11001 | 111111 | 110111 |
Color Harmonies of #D47F42
Complementary color
Monochromatic Colors of #D47F42
Black with #D47F42
Text Example
Text Example
White with #D47F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47F42; }
p { color: rgb(212,127,66); }
H1.HeaderClassName
{
color: #D47F42;
}
.AnyTagClassName
{
color: #D47F42;
}
</style>
background-color css
<style>
a { background-color: #D47F42; }
a { background-color: rgb(212,127,66); }
div.DivClassName
{
background-color: #D47F42;
}
.BgClassName
{
background-color: #D47F42;
}
</style>
border-color css
<style>
span { border-color: #D47F42; }
span { border-color: rgb(212,127,66); }
td.TdClassName
{
border-color: #D47F42;
}
.TagClassName
{
border-color: #D47F42;
}
</style>