Shades of Raffia #D6C098
Tints of Raffia #D6C098
RGB
CMYK
RGB Variations
Color information
#D6C098 (or 0xD6C098) is known color: Raffia. HEX triplet: D6, C0 and 98. RGB value is (214,192,152). Sum of RGB (Red+Green+Blue) = 214+192+152=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 152 (59.77% from 255 or 27.24% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C098 is #293F67. Grayscale: #C2C2C2. Windows color (decimal): -2703208 or 10010838. OLE color: 10010838.
HSL color Cylindrical-coordinate representation of color #D6C098: hue angle of 38.71º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6C098 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 192 | 152 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.16 |
| HSL | 38.71º | 0.43% | 0.72% | - |
| HSV(B) | 38.71º | 0.29% | 0.84% | - |
| XYZ | 52.25 | 54.26 | 37.43 | - |
| YUV | 194.02 | 104.29 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 152 | 0 | 0.10 | 0.29 | 0.16 | 38.71 | 0.43 | 0.72 |
| Hex | D6 | C0 | 98 | 0 | A | 1D | 10 | 27 | 2B | 48 |
| Octal | 326 | 300 | 230 | 0 | 12 | 35 | 20 | 47 | 53 | 110 |
| Binary | 11010110 | 11000000 | 10011000 | 0 | 1010 | 11101 | 10000 | 100111 | 101011 | 1001000 |
Color Harmonies of #D6C098
Complementary color
Monochromatic Colors of #D6C098
Black with #D6C098
Text Example
Text Example
White with #D6C098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C098; }
p { color: rgb(214,192,152); }
H1.HeaderClassName
{
color: #D6C098;
}
.AnyTagClassName
{
color: #D6C098;
}
</style>
background-color css
<style>
a { background-color: #D6C098; }
a { background-color: rgb(214,192,152); }
div.DivClassName
{
background-color: #D6C098;
}
.BgClassName
{
background-color: #D6C098;
}
</style>
border-color css
<style>
span { border-color: #D6C098; }
span { border-color: rgb(214,192,152); }
td.TdClassName
{
border-color: #D6C098;
}
.TagClassName
{
border-color: #D6C098;
}
</style>