Shades of Raffia #D9C8AA
Tints of Raffia #D9C8AA
RGB
CMYK
RGB Variations
Color information
#D9C8AA (or 0xD9C8AA) is known color: Raffia. HEX triplet: D9, C8 and AA. RGB value is (217,200,170). Sum of RGB (Red+Green+Blue) = 217+200+170=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C8AA is #263755. Grayscale: #C9C9C9. Windows color (decimal): -2504534 or 11192537. OLE color: 11192537.
HSL color Cylindrical-coordinate representation of color #D9C8AA: hue angle of 38.3º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9C8AA is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 200 | 170 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.15 |
| HSL | 38.3º | 0.38% | 0.76% | - |
| HSV(B) | 38.3º | 0.22% | 0.85% | - |
| XYZ | 56.53 | 58.96 | 46.43 | - |
| YUV | 201.66 | 110.13 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 200 | 170 | 0 | 0.08 | 0.22 | 0.15 | 38.3 | 0.38 | 0.76 |
| Hex | D9 | C8 | AA | 0 | 8 | 16 | F | 26 | 26 | 4C |
| Octal | 331 | 310 | 252 | 0 | 10 | 26 | 17 | 46 | 46 | 114 |
| Binary | 11011001 | 11001000 | 10101010 | 0 | 1000 | 10110 | 1111 | 100110 | 100110 | 1001100 |
Color Harmonies of #D9C8AA
Complementary color
Monochromatic Colors of #D9C8AA
Black with #D9C8AA
Text Example
Text Example
White with #D9C8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C8AA; }
p { color: rgb(217,200,170); }
H1.HeaderClassName
{
color: #D9C8AA;
}
.AnyTagClassName
{
color: #D9C8AA;
}
</style>
background-color css
<style>
a { background-color: #D9C8AA; }
a { background-color: rgb(217,200,170); }
div.DivClassName
{
background-color: #D9C8AA;
}
.BgClassName
{
background-color: #D9C8AA;
}
</style>
border-color css
<style>
span { border-color: #D9C8AA; }
span { border-color: rgb(217,200,170); }
td.TdClassName
{
border-color: #D9C8AA;
}
.TagClassName
{
border-color: #D9C8AA;
}
</style>