Shades of Raw Sienna #D28047
Tints of Raw Sienna #D28047
RGB
CMYK
RGB Variations
Color information
#D28047 (or 0xD28047) is known color: Raw Sienna. HEX triplet: D2, 80 and 47. RGB value is (210,128,71). Sum of RGB (Red+Green+Blue) = 210+128+71=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 71 (28.12% from 255 or 17.36% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D28047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28047 is #2D7FB8. Grayscale: #929292. Windows color (decimal): -2981817 or 4686034. OLE color: 4686034.
HSL color Cylindrical-coordinate representation of color #D28047: hue angle of 24.6º 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 #D28047 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 71 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.18 |
| HSL | 24.6º | 0.61% | 0.55% | - |
| HSV(B) | 24.6º | 0.66% | 0.82% | - |
| XYZ | 35.43 | 29.59 | 9.81 | - |
| YUV | 146.02 | 85.67 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 71 | 0 | 0.39 | 0.66 | 0.18 | 24.6 | 0.61 | 0.55 |
| Hex | D2 | 80 | 47 | 0 | 27 | 42 | 12 | 19 | 3D | 37 |
| Octal | 322 | 200 | 107 | 0 | 47 | 102 | 22 | 31 | 75 | 67 |
| Binary | 11010010 | 10000000 | 1000111 | 0 | 100111 | 1000010 | 10010 | 11001 | 111101 | 110111 |
Color Harmonies of #D28047
Complementary color
Monochromatic Colors of #D28047
Black with #D28047
Text Example
Text Example
White with #D28047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28047; }
p { color: rgb(210,128,71); }
H1.HeaderClassName
{
color: #D28047;
}
.AnyTagClassName
{
color: #D28047;
}
</style>
background-color css
<style>
a { background-color: #D28047; }
a { background-color: rgb(210,128,71); }
div.DivClassName
{
background-color: #D28047;
}
.BgClassName
{
background-color: #D28047;
}
</style>
border-color css
<style>
span { border-color: #D28047; }
span { border-color: rgb(210,128,71); }
td.TdClassName
{
border-color: #D28047;
}
.TagClassName
{
border-color: #D28047;
}
</style>