Shades of Raffia #D7C094
Tints of Raffia #D7C094
RGB
CMYK
RGB Variations
Color information
#D7C094 (or 0xD7C094) is known color: Raffia. HEX triplet: D7, C0 and 94. RGB value is (215,192,148). Sum of RGB (Red+Green+Blue) = 215+192+148=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 148 (58.20% from 255 or 26.67% from 555); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C094 is #283F6B. Grayscale: #C2C2C2. Windows color (decimal): -2637676 or 9748695. OLE color: 9748695.
HSL color Cylindrical-coordinate representation of color #D7C094: hue angle of 39.4º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D7C094 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 192 | 148 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.16 |
| HSL | 39.4º | 0.46% | 0.71% | - |
| HSV(B) | 39.4º | 0.31% | 0.84% | - |
| XYZ | 52.22 | 54.28 | 35.74 | - |
| YUV | 193.86 | 102.12 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 192 | 148 | 0 | 0.11 | 0.31 | 0.16 | 39.4 | 0.46 | 0.71 |
| Hex | D7 | C0 | 94 | 0 | B | 1F | 10 | 27 | 2E | 47 |
| Octal | 327 | 300 | 224 | 0 | 13 | 37 | 20 | 47 | 56 | 107 |
| Binary | 11010111 | 11000000 | 10010100 | 0 | 1011 | 11111 | 10000 | 100111 | 101110 | 1000111 |
Color Harmonies of #D7C094
Complementary color
Monochromatic Colors of #D7C094
Black with #D7C094
Text Example
Text Example
White with #D7C094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C094; }
p { color: rgb(215,192,148); }
H1.HeaderClassName
{
color: #D7C094;
}
.AnyTagClassName
{
color: #D7C094;
}
</style>
background-color css
<style>
a { background-color: #D7C094; }
a { background-color: rgb(215,192,148); }
div.DivClassName
{
background-color: #D7C094;
}
.BgClassName
{
background-color: #D7C094;
}
</style>
border-color css
<style>
span { border-color: #D7C094; }
span { border-color: rgb(215,192,148); }
td.TdClassName
{
border-color: #D7C094;
}
.TagClassName
{
border-color: #D7C094;
}
</style>