Shades of Raffia #D7C192
Tints of Raffia #D7C192
RGB
CMYK
RGB Variations
Color information
#D7C192 (or 0xD7C192) is known color: Raffia. HEX triplet: D7, C1 and 92. RGB value is (215,193,146). Sum of RGB (Red+Green+Blue) = 215+193+146=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 146 (57.42% from 255 or 26.35% from 554); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C192 is #283E6D. Grayscale: #C2C2C2. Windows color (decimal): -2637422 or 9617879. OLE color: 9617879.
HSL color Cylindrical-coordinate representation of color #D7C192: hue angle of 40.87º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D7C192 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 193 | 146 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.16 |
| HSL | 40.87º | 0.46% | 0.71% | - |
| HSV(B) | 40.87º | 0.32% | 0.84% | - |
| XYZ | 52.28 | 54.66 | 34.99 | - |
| YUV | 194.22 | 100.79 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 193 | 146 | 0 | 0.10 | 0.32 | 0.16 | 40.87 | 0.46 | 0.71 |
| Hex | D7 | C1 | 92 | 0 | A | 20 | 10 | 29 | 2E | 47 |
| Octal | 327 | 301 | 222 | 0 | 12 | 40 | 20 | 51 | 56 | 107 |
| Binary | 11010111 | 11000001 | 10010010 | 0 | 1010 | 100000 | 10000 | 101001 | 101110 | 1000111 |
Color Harmonies of #D7C192
Complementary color
Monochromatic Colors of #D7C192
Black with #D7C192
Text Example
Text Example
White with #D7C192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C192; }
p { color: rgb(215,193,146); }
H1.HeaderClassName
{
color: #D7C192;
}
.AnyTagClassName
{
color: #D7C192;
}
</style>
background-color css
<style>
a { background-color: #D7C192; }
a { background-color: rgb(215,193,146); }
div.DivClassName
{
background-color: #D7C192;
}
.BgClassName
{
background-color: #D7C192;
}
</style>
border-color css
<style>
span { border-color: #D7C192; }
span { border-color: rgb(215,193,146); }
td.TdClassName
{
border-color: #D7C192;
}
.TagClassName
{
border-color: #D7C192;
}
</style>