Shades of Raffia #D8C69A
Tints of Raffia #D8C69A
RGB
CMYK
RGB Variations
Color information
#D8C69A (or 0xD8C69A) is known color: Raffia. HEX triplet: D8, C6 and 9A. RGB value is (216,198,154). Sum of RGB (Red+Green+Blue) = 216+198+154=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 154 (60.55% from 255 or 27.11% from 568); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C69A is #273965. Grayscale: #C6C6C6. Windows color (decimal): -2570598 or 10143448. OLE color: 10143448.
HSL color Cylindrical-coordinate representation of color #D8C69A: hue angle of 42.58º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D8C69A is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 198 | 154 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.15 |
| HSL | 42.58º | 0.44% | 0.73% | - |
| HSV(B) | 42.58º | 0.29% | 0.85% | - |
| XYZ | 54.35 | 57.32 | 38.77 | - |
| YUV | 198.37 | 102.96 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 198 | 154 | 0 | 0.08 | 0.29 | 0.15 | 42.58 | 0.44 | 0.73 |
| Hex | D8 | C6 | 9A | 0 | 8 | 1D | F | 2B | 2C | 49 |
| Octal | 330 | 306 | 232 | 0 | 10 | 35 | 17 | 53 | 54 | 111 |
| Binary | 11011000 | 11000110 | 10011010 | 0 | 1000 | 11101 | 1111 | 101011 | 101100 | 1001001 |
Color Harmonies of #D8C69A
Complementary color
Monochromatic Colors of #D8C69A
Black with #D8C69A
Text Example
Text Example
White with #D8C69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C69A; }
p { color: rgb(216,198,154); }
H1.HeaderClassName
{
color: #D8C69A;
}
.AnyTagClassName
{
color: #D8C69A;
}
</style>
background-color css
<style>
a { background-color: #D8C69A; }
a { background-color: rgb(216,198,154); }
div.DivClassName
{
background-color: #D8C69A;
}
.BgClassName
{
background-color: #D8C69A;
}
</style>
border-color css
<style>
span { border-color: #D8C69A; }
span { border-color: rgb(216,198,154); }
td.TdClassName
{
border-color: #D8C69A;
}
.TagClassName
{
border-color: #D8C69A;
}
</style>