Shades of Raw Sienna #D8804B
Tints of Raw Sienna #D8804B
RGB
CMYK
RGB Variations
Color information
#D8804B (or 0xD8804B) is known color: Raw Sienna. HEX triplet: D8, 80 and 4B. RGB value is (216,128,75). Sum of RGB (Red+Green+Blue) = 216+128+75=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D8804B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8804B is #277FB4. Grayscale: #949494. Windows color (decimal): -2588597 or 4948184. OLE color: 4948184.
HSL color Cylindrical-coordinate representation of color #D8804B: hue angle of 22.55º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D8804B is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 128 | 75 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.15 |
| HSL | 22.55º | 0.64% | 0.57% | - |
| HSV(B) | 22.55º | 0.65% | 0.85% | - |
| XYZ | 37.31 | 30.55 | 10.59 | - |
| YUV | 148.27 | 86.65 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 128 | 75 | 0 | 0.41 | 0.65 | 0.15 | 22.55 | 0.64 | 0.57 |
| Hex | D8 | 80 | 4B | 0 | 29 | 41 | F | 17 | 40 | 39 |
| Octal | 330 | 200 | 113 | 0 | 51 | 101 | 17 | 27 | 100 | 71 |
| Binary | 11011000 | 10000000 | 1001011 | 0 | 101001 | 1000001 | 1111 | 10111 | 1000000 | 111001 |
Color Harmonies of #D8804B
Complementary color
Monochromatic Colors of #D8804B
Black with #D8804B
Text Example
Text Example
White with #D8804B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8804B; }
p { color: rgb(216,128,75); }
H1.HeaderClassName
{
color: #D8804B;
}
.AnyTagClassName
{
color: #D8804B;
}
</style>
background-color css
<style>
a { background-color: #D8804B; }
a { background-color: rgb(216,128,75); }
div.DivClassName
{
background-color: #D8804B;
}
.BgClassName
{
background-color: #D8804B;
}
</style>
border-color css
<style>
span { border-color: #D8804B; }
span { border-color: rgb(216,128,75); }
td.TdClassName
{
border-color: #D8804B;
}
.TagClassName
{
border-color: #D8804B;
}
</style>