Shades of Raw Sienna #D58250
Tints of Raw Sienna #D58250
RGB
CMYK
RGB Variations
Color information
#D58250 (or 0xD58250) is known color: Raw Sienna. HEX triplet: D5, 82 and 50. RGB value is (213,130,80). Sum of RGB (Red+Green+Blue) = 213+130+80=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D58250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58250 is #2A7DAF. Grayscale: #959595. Windows color (decimal): -2784688 or 5276373. OLE color: 5276373.
HSL color Cylindrical-coordinate representation of color #D58250: hue angle of 22.56º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D58250 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 130 | 80 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.16 |
| HSL | 22.56º | 0.61% | 0.57% | - |
| HSV(B) | 22.56º | 0.62% | 0.84% | - |
| XYZ | 36.87 | 30.69 | 11.57 | - |
| YUV | 149.12 | 89 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 130 | 80 | 0 | 0.39 | 0.62 | 0.16 | 22.56 | 0.61 | 0.57 |
| Hex | D5 | 82 | 50 | 0 | 27 | 3E | 10 | 17 | 3D | 39 |
| Octal | 325 | 202 | 120 | 0 | 47 | 76 | 20 | 27 | 75 | 71 |
| Binary | 11010101 | 10000010 | 1010000 | 0 | 100111 | 111110 | 10000 | 10111 | 111101 | 111001 |
Color Harmonies of #D58250
Complementary color
Monochromatic Colors of #D58250
Black with #D58250
Text Example
Text Example
White with #D58250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58250; }
p { color: rgb(213,130,80); }
H1.HeaderClassName
{
color: #D58250;
}
.AnyTagClassName
{
color: #D58250;
}
</style>
background-color css
<style>
a { background-color: #D58250; }
a { background-color: rgb(213,130,80); }
div.DivClassName
{
background-color: #D58250;
}
.BgClassName
{
background-color: #D58250;
}
</style>
border-color css
<style>
span { border-color: #D58250; }
span { border-color: rgb(213,130,80); }
td.TdClassName
{
border-color: #D58250;
}
.TagClassName
{
border-color: #D58250;
}
</style>