Shades of Raffia #D7C59D
Tints of Raffia #D7C59D
RGB
CMYK
RGB Variations
Color information
#D7C59D (or 0xD7C59D) is known color: Raffia. HEX triplet: D7, C5 and 9D. RGB value is (215,197,157). Sum of RGB (Red+Green+Blue) = 215+197+157=569 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.79% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 157 (61.72% from 255 or 27.59% from 569); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C59D is #283A62. Grayscale: #C6C6C6. Windows color (decimal): -2636387 or 10339799. OLE color: 10339799.
HSL color Cylindrical-coordinate representation of color #D7C59D: hue angle of 41.38º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D7C59D is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 197 | 157 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.16 |
| HSL | 41.38º | 0.42% | 0.73% | - |
| HSV(B) | 41.38º | 0.27% | 0.84% | - |
| XYZ | 54.08 | 56.81 | 40.01 | - |
| YUV | 197.82 | 104.96 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 197 | 157 | 0 | 0.08 | 0.27 | 0.16 | 41.38 | 0.42 | 0.73 |
| Hex | D7 | C5 | 9D | 0 | 8 | 1B | 10 | 29 | 2A | 49 |
| Octal | 327 | 305 | 235 | 0 | 10 | 33 | 20 | 51 | 52 | 111 |
| Binary | 11010111 | 11000101 | 10011101 | 0 | 1000 | 11011 | 10000 | 101001 | 101010 | 1001001 |
Color Harmonies of #D7C59D
Complementary color
Monochromatic Colors of #D7C59D
Black with #D7C59D
Text Example
Text Example
White with #D7C59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C59D; }
p { color: rgb(215,197,157); }
H1.HeaderClassName
{
color: #D7C59D;
}
.AnyTagClassName
{
color: #D7C59D;
}
</style>
background-color css
<style>
a { background-color: #D7C59D; }
a { background-color: rgb(215,197,157); }
div.DivClassName
{
background-color: #D7C59D;
}
.BgClassName
{
background-color: #D7C59D;
}
</style>
border-color css
<style>
span { border-color: #D7C59D; }
span { border-color: rgb(215,197,157); }
td.TdClassName
{
border-color: #D7C59D;
}
.TagClassName
{
border-color: #D7C59D;
}
</style>