Shades of Raw Sienna #D27D46
Tints of Raw Sienna #D27D46
RGB
CMYK
RGB Variations
Color information
#D27D46 (or 0xD27D46) is known color: Raw Sienna. HEX triplet: D2, 7D and 46. RGB value is (210,125,70). Sum of RGB (Red+Green+Blue) = 210+125+70=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27D46 is #2D82B9. Grayscale: #909090. Windows color (decimal): -2982586 or 4619730. OLE color: 4619730.
HSL color Cylindrical-coordinate representation of color #D27D46: hue angle of 23.57º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D27D46 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 125 | 70 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.18 |
| HSL | 23.57º | 0.61% | 0.55% | - |
| HSV(B) | 23.57º | 0.67% | 0.82% | - |
| XYZ | 35.02 | 28.81 | 9.51 | - |
| YUV | 144.15 | 86.16 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 70 | 0 | 0.40 | 0.67 | 0.18 | 23.57 | 0.61 | 0.55 |
| Hex | D2 | 7D | 46 | 0 | 28 | 43 | 12 | 18 | 3D | 37 |
| Octal | 322 | 175 | 106 | 0 | 50 | 103 | 22 | 30 | 75 | 67 |
| Binary | 11010010 | 1111101 | 1000110 | 0 | 101000 | 1000011 | 10010 | 11000 | 111101 | 110111 |
Color Harmonies of #D27D46
Complementary color
Monochromatic Colors of #D27D46
Black with #D27D46
Text Example
Text Example
White with #D27D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27D46; }
p { color: rgb(210,125,70); }
H1.HeaderClassName
{
color: #D27D46;
}
.AnyTagClassName
{
color: #D27D46;
}
</style>
background-color css
<style>
a { background-color: #D27D46; }
a { background-color: rgb(210,125,70); }
div.DivClassName
{
background-color: #D27D46;
}
.BgClassName
{
background-color: #D27D46;
}
</style>
border-color css
<style>
span { border-color: #D27D46; }
span { border-color: rgb(210,125,70); }
td.TdClassName
{
border-color: #D27D46;
}
.TagClassName
{
border-color: #D27D46;
}
</style>