Shades of Raffia #D7C59A
Tints of Raffia #D7C59A
RGB
CMYK
RGB Variations
Color information
#D7C59A (or 0xD7C59A) is known color: Raffia. HEX triplet: D7, C5 and 9A. RGB value is (215,197,154). Sum of RGB (Red+Green+Blue) = 215+197+154=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 154 (60.55% from 255 or 27.21% from 566); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C59A is #283A65. Grayscale: #C5C5C5. Windows color (decimal): -2636390 or 10143191. OLE color: 10143191.
HSL color Cylindrical-coordinate representation of color #D7C59A: hue angle of 42.3º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D7C59A is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 197 | 154 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.16 |
| HSL | 42.3º | 0.43% | 0.72% | - |
| HSV(B) | 42.3º | 0.28% | 0.84% | - |
| XYZ | 53.82 | 56.71 | 38.68 | - |
| YUV | 197.48 | 103.46 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 197 | 154 | 0 | 0.08 | 0.28 | 0.16 | 42.3 | 0.43 | 0.72 |
| Hex | D7 | C5 | 9A | 0 | 8 | 1C | 10 | 2A | 2B | 48 |
| Octal | 327 | 305 | 232 | 0 | 10 | 34 | 20 | 52 | 53 | 110 |
| Binary | 11010111 | 11000101 | 10011010 | 0 | 1000 | 11100 | 10000 | 101010 | 101011 | 1001000 |
Color Harmonies of #D7C59A
Complementary color
Monochromatic Colors of #D7C59A
Black with #D7C59A
Text Example
Text Example
White with #D7C59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C59A; }
p { color: rgb(215,197,154); }
H1.HeaderClassName
{
color: #D7C59A;
}
.AnyTagClassName
{
color: #D7C59A;
}
</style>
background-color css
<style>
a { background-color: #D7C59A; }
a { background-color: rgb(215,197,154); }
div.DivClassName
{
background-color: #D7C59A;
}
.BgClassName
{
background-color: #D7C59A;
}
</style>
border-color css
<style>
span { border-color: #D7C59A; }
span { border-color: rgb(215,197,154); }
td.TdClassName
{
border-color: #D7C59A;
}
.TagClassName
{
border-color: #D7C59A;
}
</style>