Shades of Raw Sienna #D28048
Tints of Raw Sienna #D28048
RGB
CMYK
RGB Variations
Color information
#D28048 (or 0xD28048) is known color: Raw Sienna. HEX triplet: D2, 80 and 48. RGB value is (210,128,72). Sum of RGB (Red+Green+Blue) = 210+128+72=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D28048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28048 is #2D7FB7. Grayscale: #929292. Windows color (decimal): -2981816 or 4751570. OLE color: 4751570.
HSL color Cylindrical-coordinate representation of color #D28048: hue angle of 24.35º 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 #D28048 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 72 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.18 |
| HSL | 24.35º | 0.61% | 0.55% | - |
| HSV(B) | 24.35º | 0.66% | 0.82% | - |
| XYZ | 35.47 | 29.61 | 9.98 | - |
| YUV | 146.13 | 86.17 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 72 | 0 | 0.39 | 0.66 | 0.18 | 24.35 | 0.61 | 0.55 |
| Hex | D2 | 80 | 48 | 0 | 27 | 42 | 12 | 18 | 3D | 37 |
| Octal | 322 | 200 | 110 | 0 | 47 | 102 | 22 | 30 | 75 | 67 |
| Binary | 11010010 | 10000000 | 1001000 | 0 | 100111 | 1000010 | 10010 | 11000 | 111101 | 110111 |
Color Harmonies of #D28048
Complementary color
Monochromatic Colors of #D28048
Black with #D28048
Text Example
Text Example
White with #D28048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28048; }
p { color: rgb(210,128,72); }
H1.HeaderClassName
{
color: #D28048;
}
.AnyTagClassName
{
color: #D28048;
}
</style>
background-color css
<style>
a { background-color: #D28048; }
a { background-color: rgb(210,128,72); }
div.DivClassName
{
background-color: #D28048;
}
.BgClassName
{
background-color: #D28048;
}
</style>
border-color css
<style>
span { border-color: #D28048; }
span { border-color: rgb(210,128,72); }
td.TdClassName
{
border-color: #D28048;
}
.TagClassName
{
border-color: #D28048;
}
</style>