Shades of Raw Sienna #D28248
Tints of Raw Sienna #D28248
RGB
CMYK
RGB Variations
Color information
#D28248 (or 0xD28248) is known color: Raw Sienna. HEX triplet: D2, 82 and 48. RGB value is (210,130,72). Sum of RGB (Red+Green+Blue) = 210+130+72=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 72 (28.52% from 255 or 17.48% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D28248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28248 is #2D7DB7. Grayscale: #939393. Windows color (decimal): -2981304 or 4752082. OLE color: 4752082.
HSL color Cylindrical-coordinate representation of color #D28248: hue angle of 25.22º 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 #D28248 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 130 | 72 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.18 |
| HSL | 25.22º | 0.61% | 0.55% | - |
| HSV(B) | 25.22º | 0.66% | 0.82% | - |
| XYZ | 35.73 | 30.13 | 10.06 | - |
| YUV | 147.31 | 85.5 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 72 | 0 | 0.38 | 0.66 | 0.18 | 25.22 | 0.61 | 0.55 |
| Hex | D2 | 82 | 48 | 0 | 26 | 42 | 12 | 19 | 3D | 37 |
| Octal | 322 | 202 | 110 | 0 | 46 | 102 | 22 | 31 | 75 | 67 |
| Binary | 11010010 | 10000010 | 1001000 | 0 | 100110 | 1000010 | 10010 | 11001 | 111101 | 110111 |
Color Harmonies of #D28248
Complementary color
Monochromatic Colors of #D28248
Black with #D28248
Text Example
Text Example
White with #D28248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28248; }
p { color: rgb(210,130,72); }
H1.HeaderClassName
{
color: #D28248;
}
.AnyTagClassName
{
color: #D28248;
}
</style>
background-color css
<style>
a { background-color: #D28248; }
a { background-color: rgb(210,130,72); }
div.DivClassName
{
background-color: #D28248;
}
.BgClassName
{
background-color: #D28248;
}
</style>
border-color css
<style>
span { border-color: #D28248; }
span { border-color: rgb(210,130,72); }
td.TdClassName
{
border-color: #D28248;
}
.TagClassName
{
border-color: #D28248;
}
</style>