Shades of Raffia #D9C192
Tints of Raffia #D9C192
RGB
CMYK
RGB Variations
Color information
#D9C192 (or 0xD9C192) is known color: Raffia. HEX triplet: D9, C1 and 92. RGB value is (217,193,146). Sum of RGB (Red+Green+Blue) = 217+193+146=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 146 (57.42% from 255 or 26.26% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C192 is #263E6D. Grayscale: #C3C3C3. Windows color (decimal): -2506350 or 9617881. OLE color: 9617881.
HSL color Cylindrical-coordinate representation of color #D9C192: hue angle of 39.72º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D9C192 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 193 | 146 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.15 |
| HSL | 39.72º | 0.48% | 0.71% | - |
| HSV(B) | 39.72º | 0.33% | 0.85% | - |
| XYZ | 52.87 | 54.97 | 35.02 | - |
| YUV | 194.82 | 100.45 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 193 | 146 | 0 | 0.11 | 0.33 | 0.15 | 39.72 | 0.48 | 0.71 |
| Hex | D9 | C1 | 92 | 0 | B | 21 | F | 28 | 30 | 47 |
| Octal | 331 | 301 | 222 | 0 | 13 | 41 | 17 | 50 | 60 | 107 |
| Binary | 11011001 | 11000001 | 10010010 | 0 | 1011 | 100001 | 1111 | 101000 | 110000 | 1000111 |
Color Harmonies of #D9C192
Complementary color
Monochromatic Colors of #D9C192
Black with #D9C192
Text Example
Text Example
White with #D9C192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C192; }
p { color: rgb(217,193,146); }
H1.HeaderClassName
{
color: #D9C192;
}
.AnyTagClassName
{
color: #D9C192;
}
</style>
background-color css
<style>
a { background-color: #D9C192; }
a { background-color: rgb(217,193,146); }
div.DivClassName
{
background-color: #D9C192;
}
.BgClassName
{
background-color: #D9C192;
}
</style>
border-color css
<style>
span { border-color: #D9C192; }
span { border-color: rgb(217,193,146); }
td.TdClassName
{
border-color: #D9C192;
}
.TagClassName
{
border-color: #D9C192;
}
</style>