Shades of Raw Sienna #D28445
Tints of Raw Sienna #D28445
RGB
CMYK
RGB Variations
Color information
#D28445 (or 0xD28445) is known color: Raw Sienna. HEX triplet: D2, 84 and 45. RGB value is (210,132,69). Sum of RGB (Red+Green+Blue) = 210+132+69=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 69 (27.34% from 255 or 16.79% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D28445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28445 is #2D7BBA. Grayscale: #949494. Windows color (decimal): -2980795 or 4555986. OLE color: 4555986.
HSL color Cylindrical-coordinate representation of color #D28445: hue angle of 26.81º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D28445 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 69 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.18 |
| HSL | 26.81º | 0.61% | 0.55% | - |
| HSV(B) | 26.81º | 0.67% | 0.82% | - |
| XYZ | 35.9 | 30.63 | 9.65 | - |
| YUV | 148.14 | 83.34 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 69 | 0 | 0.37 | 0.67 | 0.18 | 26.81 | 0.61 | 0.55 |
| Hex | D2 | 84 | 45 | 0 | 25 | 43 | 12 | 1B | 3D | 37 |
| Octal | 322 | 204 | 105 | 0 | 45 | 103 | 22 | 33 | 75 | 67 |
| Binary | 11010010 | 10000100 | 1000101 | 0 | 100101 | 1000011 | 10010 | 11011 | 111101 | 110111 |
Color Harmonies of #D28445
Complementary color
Monochromatic Colors of #D28445
Black with #D28445
Text Example
Text Example
White with #D28445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28445; }
p { color: rgb(210,132,69); }
H1.HeaderClassName
{
color: #D28445;
}
.AnyTagClassName
{
color: #D28445;
}
</style>
background-color css
<style>
a { background-color: #D28445; }
a { background-color: rgb(210,132,69); }
div.DivClassName
{
background-color: #D28445;
}
.BgClassName
{
background-color: #D28445;
}
</style>
border-color css
<style>
span { border-color: #D28445; }
span { border-color: rgb(210,132,69); }
td.TdClassName
{
border-color: #D28445;
}
.TagClassName
{
border-color: #D28445;
}
</style>