Shades of Raw Sienna #D28245
Tints of Raw Sienna #D28245
RGB
CMYK
RGB Variations
Color information
#D28245 (or 0xD28245) is known color: Raw Sienna. HEX triplet: D2, 82 and 45. RGB value is (210,130,69). Sum of RGB (Red+Green+Blue) = 210+130+69=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 69 (27.34% from 255 or 16.87% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D28245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28245 is #2D7DBA. Grayscale: #939393. Windows color (decimal): -2981307 or 4555474. OLE color: 4555474.
HSL color Cylindrical-coordinate representation of color #D28245: hue angle of 25.96º 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 #D28245 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 130 | 69 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.18 |
| HSL | 25.96º | 0.61% | 0.55% | - |
| HSV(B) | 25.96º | 0.67% | 0.82% | - |
| XYZ | 35.64 | 30.1 | 9.56 | - |
| YUV | 146.97 | 84 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 69 | 0 | 0.38 | 0.67 | 0.18 | 25.96 | 0.61 | 0.55 |
| Hex | D2 | 82 | 45 | 0 | 26 | 43 | 12 | 1A | 3D | 37 |
| Octal | 322 | 202 | 105 | 0 | 46 | 103 | 22 | 32 | 75 | 67 |
| Binary | 11010010 | 10000010 | 1000101 | 0 | 100110 | 1000011 | 10010 | 11010 | 111101 | 110111 |
Color Harmonies of #D28245
Complementary color
Monochromatic Colors of #D28245
Black with #D28245
Text Example
Text Example
White with #D28245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28245; }
p { color: rgb(210,130,69); }
H1.HeaderClassName
{
color: #D28245;
}
.AnyTagClassName
{
color: #D28245;
}
</style>
background-color css
<style>
a { background-color: #D28245; }
a { background-color: rgb(210,130,69); }
div.DivClassName
{
background-color: #D28245;
}
.BgClassName
{
background-color: #D28245;
}
</style>
border-color css
<style>
span { border-color: #D28245; }
span { border-color: rgb(210,130,69); }
td.TdClassName
{
border-color: #D28245;
}
.TagClassName
{
border-color: #D28245;
}
</style>