Shades of Raw Sienna #D28448
Tints of Raw Sienna #D28448
RGB
CMYK
RGB Variations
Color information
#D28448 (or 0xD28448) is known color: Raw Sienna. HEX triplet: D2, 84 and 48. RGB value is (210,132,72). Sum of RGB (Red+Green+Blue) = 210+132+72=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 72 (28.52% from 255 or 17.39% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D28448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28448 is #2D7BB7. Grayscale: #949494. Windows color (decimal): -2980792 or 4752594. OLE color: 4752594.
HSL color Cylindrical-coordinate representation of color #D28448: hue angle of 26.09º 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 #D28448 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 72 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.18 |
| HSL | 26.09º | 0.61% | 0.55% | - |
| HSV(B) | 26.09º | 0.66% | 0.82% | - |
| XYZ | 36 | 30.67 | 10.15 | - |
| YUV | 148.48 | 84.84 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 72 | 0 | 0.37 | 0.66 | 0.18 | 26.09 | 0.61 | 0.55 |
| Hex | D2 | 84 | 48 | 0 | 25 | 42 | 12 | 1A | 3D | 37 |
| Octal | 322 | 204 | 110 | 0 | 45 | 102 | 22 | 32 | 75 | 67 |
| Binary | 11010010 | 10000100 | 1001000 | 0 | 100101 | 1000010 | 10010 | 11010 | 111101 | 110111 |
Color Harmonies of #D28448
Complementary color
Monochromatic Colors of #D28448
Black with #D28448
Text Example
Text Example
White with #D28448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28448; }
p { color: rgb(210,132,72); }
H1.HeaderClassName
{
color: #D28448;
}
.AnyTagClassName
{
color: #D28448;
}
</style>
background-color css
<style>
a { background-color: #D28448; }
a { background-color: rgb(210,132,72); }
div.DivClassName
{
background-color: #D28448;
}
.BgClassName
{
background-color: #D28448;
}
</style>
border-color css
<style>
span { border-color: #D28448; }
span { border-color: rgb(210,132,72); }
td.TdClassName
{
border-color: #D28448;
}
.TagClassName
{
border-color: #D28448;
}
</style>