Shades of Raffia #D6C198
Tints of Raffia #D6C198
RGB
CMYK
RGB Variations
Color information
#D6C198 (or 0xD6C198) is known color: Raffia. HEX triplet: D6, C1 and 98. RGB value is (214,193,152). Sum of RGB (Red+Green+Blue) = 214+193+152=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 152 (59.77% from 255 or 27.19% from 559); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C198 is #293E67. Grayscale: #C2C2C2. Windows color (decimal): -2702952 or 10011094. OLE color: 10011094.
HSL color Cylindrical-coordinate representation of color #D6C198: hue angle of 39.68º 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 #D6C198 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 193 | 152 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.16 |
| HSL | 39.68º | 0.43% | 0.72% | - |
| HSV(B) | 39.68º | 0.29% | 0.84% | - |
| XYZ | 52.47 | 54.7 | 37.5 | - |
| YUV | 194.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 193 | 152 | 0 | 0.10 | 0.29 | 0.16 | 39.68 | 0.43 | 0.72 |
| Hex | D6 | C1 | 98 | 0 | A | 1D | 10 | 28 | 2B | 48 |
| Octal | 326 | 301 | 230 | 0 | 12 | 35 | 20 | 50 | 53 | 110 |
| Binary | 11010110 | 11000001 | 10011000 | 0 | 1010 | 11101 | 10000 | 101000 | 101011 | 1001000 |
Color Harmonies of #D6C198
Complementary color
Monochromatic Colors of #D6C198
Black with #D6C198
Text Example
Text Example
White with #D6C198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C198; }
p { color: rgb(214,193,152); }
H1.HeaderClassName
{
color: #D6C198;
}
.AnyTagClassName
{
color: #D6C198;
}
</style>
background-color css
<style>
a { background-color: #D6C198; }
a { background-color: rgb(214,193,152); }
div.DivClassName
{
background-color: #D6C198;
}
.BgClassName
{
background-color: #D6C198;
}
</style>
border-color css
<style>
span { border-color: #D6C198; }
span { border-color: rgb(214,193,152); }
td.TdClassName
{
border-color: #D6C198;
}
.TagClassName
{
border-color: #D6C198;
}
</style>