Shades of Raw Sienna #D28053
Tints of Raw Sienna #D28053
RGB
CMYK
RGB Variations
Color information
#D28053 (or 0xD28053) is known color: Raw Sienna. HEX triplet: D2, 80 and 53. RGB value is (210,128,83). Sum of RGB (Red+Green+Blue) = 210+128+83=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 83 (32.81% from 255 or 19.71% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D28053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28053 is #2D7FAC. Grayscale: #939393. Windows color (decimal): -2981805 or 5472466. OLE color: 5472466.
HSL color Cylindrical-coordinate representation of color #D28053: hue angle of 21.26º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D28053 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 83 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.18 |
| HSL | 21.26º | 0.59% | 0.57% | - |
| HSV(B) | 21.26º | 0.6% | 0.82% | - |
| XYZ | 35.86 | 29.76 | 12.04 | - |
| YUV | 147.39 | 91.67 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 83 | 0 | 0.39 | 0.60 | 0.18 | 21.26 | 0.59 | 0.57 |
| Hex | D2 | 80 | 53 | 0 | 27 | 3C | 12 | 15 | 3B | 39 |
| Octal | 322 | 200 | 123 | 0 | 47 | 74 | 22 | 25 | 73 | 71 |
| Binary | 11010010 | 10000000 | 1010011 | 0 | 100111 | 111100 | 10010 | 10101 | 111011 | 111001 |
Color Harmonies of #D28053
Complementary color
Monochromatic Colors of #D28053
Black with #D28053
Text Example
Text Example
White with #D28053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28053; }
p { color: rgb(210,128,83); }
H1.HeaderClassName
{
color: #D28053;
}
.AnyTagClassName
{
color: #D28053;
}
</style>
background-color css
<style>
a { background-color: #D28053; }
a { background-color: rgb(210,128,83); }
div.DivClassName
{
background-color: #D28053;
}
.BgClassName
{
background-color: #D28053;
}
</style>
border-color css
<style>
span { border-color: #D28053; }
span { border-color: rgb(210,128,83); }
td.TdClassName
{
border-color: #D28053;
}
.TagClassName
{
border-color: #D28053;
}
</style>