Shades of Raw Sienna #D28550
Tints of Raw Sienna #D28550
RGB
CMYK
RGB Variations
Color information
#D28550 (or 0xD28550) is known color: Raw Sienna. HEX triplet: D2, 85 and 50. RGB value is (210,133,80). Sum of RGB (Red+Green+Blue) = 210+133+80=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D28550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28550 is #2D7AAF. Grayscale: #969696. Windows color (decimal): -2980528 or 5277138. OLE color: 5277138.
HSL color Cylindrical-coordinate representation of color #D28550: hue angle of 24.46º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D28550 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 80 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.18 |
| HSL | 24.46º | 0.59% | 0.57% | - |
| HSV(B) | 24.46º | 0.62% | 0.82% | - |
| XYZ | 36.41 | 31.06 | 11.66 | - |
| YUV | 149.98 | 88.51 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 80 | 0 | 0.37 | 0.62 | 0.18 | 24.46 | 0.59 | 0.57 |
| Hex | D2 | 85 | 50 | 0 | 25 | 3E | 12 | 18 | 3B | 39 |
| Octal | 322 | 205 | 120 | 0 | 45 | 76 | 22 | 30 | 73 | 71 |
| Binary | 11010010 | 10000101 | 1010000 | 0 | 100101 | 111110 | 10010 | 11000 | 111011 | 111001 |
Color Harmonies of #D28550
Complementary color
Monochromatic Colors of #D28550
Black with #D28550
Text Example
Text Example
White with #D28550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28550; }
p { color: rgb(210,133,80); }
H1.HeaderClassName
{
color: #D28550;
}
.AnyTagClassName
{
color: #D28550;
}
</style>
background-color css
<style>
a { background-color: #D28550; }
a { background-color: rgb(210,133,80); }
div.DivClassName
{
background-color: #D28550;
}
.BgClassName
{
background-color: #D28550;
}
</style>
border-color css
<style>
span { border-color: #D28550; }
span { border-color: rgb(210,133,80); }
td.TdClassName
{
border-color: #D28550;
}
.TagClassName
{
border-color: #D28550;
}
</style>