Shades of Raffia #D7C2A0
Tints of Raffia #D7C2A0
RGB
CMYK
RGB Variations
Color information
#D7C2A0 (or 0xD7C2A0) is known color: Raffia. HEX triplet: D7, C2 and A0. RGB value is (215,194,160). Sum of RGB (Red+Green+Blue) = 215+194+160=569 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.79% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 160 (62.89% from 255 or 28.12% from 569); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C2A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C2A0 is #283D5F. Grayscale: #C4C4C4. Windows color (decimal): -2637152 or 10535639. OLE color: 10535639.
HSL color Cylindrical-coordinate representation of color #D7C2A0: hue angle of 37.09º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7C2A0 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 194 | 160 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.16 |
| HSL | 37.09º | 0.41% | 0.74% | - |
| HSV(B) | 37.09º | 0.26% | 0.84% | - |
| XYZ | 53.66 | 55.57 | 41.16 | - |
| YUV | 196.4 | 107.46 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 194 | 160 | 0 | 0.10 | 0.26 | 0.16 | 37.09 | 0.41 | 0.74 |
| Hex | D7 | C2 | A0 | 0 | A | 1A | 10 | 25 | 29 | 4A |
| Octal | 327 | 302 | 240 | 0 | 12 | 32 | 20 | 45 | 51 | 112 |
| Binary | 11010111 | 11000010 | 10100000 | 0 | 1010 | 11010 | 10000 | 100101 | 101001 | 1001010 |
Color Harmonies of #D7C2A0
Complementary color
Monochromatic Colors of #D7C2A0
Black with #D7C2A0
Text Example
Text Example
White with #D7C2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C2A0; }
p { color: rgb(215,194,160); }
H1.HeaderClassName
{
color: #D7C2A0;
}
.AnyTagClassName
{
color: #D7C2A0;
}
</style>
background-color css
<style>
a { background-color: #D7C2A0; }
a { background-color: rgb(215,194,160); }
div.DivClassName
{
background-color: #D7C2A0;
}
.BgClassName
{
background-color: #D7C2A0;
}
</style>
border-color css
<style>
span { border-color: #D7C2A0; }
span { border-color: rgb(215,194,160); }
td.TdClassName
{
border-color: #D7C2A0;
}
.TagClassName
{
border-color: #D7C2A0;
}
</style>