Shades of Raw Sienna #D88A49
Tints of Raw Sienna #D88A49
RGB
CMYK
RGB Variations
Color information
#D88A49 (or 0xD88A49) is known color: Raw Sienna. HEX triplet: D8, 8A and 49. RGB value is (216,138,73). Sum of RGB (Red+Green+Blue) = 216+138+73=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 73 (28.91% from 255 or 17.10% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88A49 is #2775B6. Grayscale: #9A9A9A. Windows color (decimal): -2586039 or 4819672. OLE color: 4819672.
HSL color Cylindrical-coordinate representation of color #D88A49: hue angle of 27.27º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D88A49 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 138 | 73 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.15 |
| HSL | 27.27º | 0.65% | 0.57% | - |
| HSV(B) | 27.27º | 0.66% | 0.85% | - |
| XYZ | 38.61 | 33.26 | 10.69 | - |
| YUV | 153.91 | 82.34 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 138 | 73 | 0 | 0.36 | 0.66 | 0.15 | 27.27 | 0.65 | 0.57 |
| Hex | D8 | 8A | 49 | 0 | 24 | 42 | F | 1B | 41 | 39 |
| Octal | 330 | 212 | 111 | 0 | 44 | 102 | 17 | 33 | 101 | 71 |
| Binary | 11011000 | 10001010 | 1001001 | 0 | 100100 | 1000010 | 1111 | 11011 | 1000001 | 111001 |
Color Harmonies of #D88A49
Complementary color
Monochromatic Colors of #D88A49
Black with #D88A49
Text Example
Text Example
White with #D88A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88A49; }
p { color: rgb(216,138,73); }
H1.HeaderClassName
{
color: #D88A49;
}
.AnyTagClassName
{
color: #D88A49;
}
</style>
background-color css
<style>
a { background-color: #D88A49; }
a { background-color: rgb(216,138,73); }
div.DivClassName
{
background-color: #D88A49;
}
.BgClassName
{
background-color: #D88A49;
}
</style>
border-color css
<style>
span { border-color: #D88A49; }
span { border-color: rgb(216,138,73); }
td.TdClassName
{
border-color: #D88A49;
}
.TagClassName
{
border-color: #D88A49;
}
</style>