Shades of Raw Sienna #D88250
Tints of Raw Sienna #D88250
RGB
CMYK
RGB Variations
Color information
#D88250 (or 0xD88250) is known color: Raw Sienna. HEX triplet: D8, 82 and 50. RGB value is (216,130,80). Sum of RGB (Red+Green+Blue) = 216+130+80=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D88250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88250 is #277DAF. Grayscale: #969696. Windows color (decimal): -2588080 or 5276376. OLE color: 5276376.
HSL color Cylindrical-coordinate representation of color #D88250: hue angle of 22.06º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D88250 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 130 | 80 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.15 |
| HSL | 22.06º | 0.64% | 0.58% | - |
| HSV(B) | 22.06º | 0.63% | 0.85% | - |
| XYZ | 37.75 | 31.14 | 11.61 | - |
| YUV | 150.01 | 88.49 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 130 | 80 | 0 | 0.40 | 0.63 | 0.15 | 22.06 | 0.64 | 0.58 |
| Hex | D8 | 82 | 50 | 0 | 28 | 3F | F | 16 | 40 | 3A |
| Octal | 330 | 202 | 120 | 0 | 50 | 77 | 17 | 26 | 100 | 72 |
| Binary | 11011000 | 10000010 | 1010000 | 0 | 101000 | 111111 | 1111 | 10110 | 1000000 | 111010 |
Color Harmonies of #D88250
Complementary color
Monochromatic Colors of #D88250
Black with #D88250
Text Example
Text Example
White with #D88250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88250; }
p { color: rgb(216,130,80); }
H1.HeaderClassName
{
color: #D88250;
}
.AnyTagClassName
{
color: #D88250;
}
</style>
background-color css
<style>
a { background-color: #D88250; }
a { background-color: rgb(216,130,80); }
div.DivClassName
{
background-color: #D88250;
}
.BgClassName
{
background-color: #D88250;
}
</style>
border-color css
<style>
span { border-color: #D88250; }
span { border-color: rgb(216,130,80); }
td.TdClassName
{
border-color: #D88250;
}
.TagClassName
{
border-color: #D88250;
}
</style>