Shades of Raffia #D8C7A4
Tints of Raffia #D8C7A4
RGB
CMYK
RGB Variations
Color information
#D8C7A4 (or 0xD8C7A4) is known color: Raffia. HEX triplet: D8, C7 and A4. RGB value is (216,199,164). Sum of RGB (Red+Green+Blue) = 216+199+164=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 199 (78.12% from 255 or 34.37% from 579); Blue value is 164 (64.45% from 255 or 28.32% from 579); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C7A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C7A4 is #27385B. Grayscale: #C8C8C8. Windows color (decimal): -2570332 or 10799064. OLE color: 10799064.
HSL color Cylindrical-coordinate representation of color #D8C7A4: hue angle of 40.38º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D8C7A4 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 199 | 164 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.15 |
| HSL | 40.38º | 0.4% | 0.75% | - |
| HSV(B) | 40.38º | 0.24% | 0.85% | - |
| XYZ | 55.44 | 58.13 | 43.42 | - |
| YUV | 200.09 | 107.63 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 199 | 164 | 0 | 0.08 | 0.24 | 0.15 | 40.38 | 0.4 | 0.75 |
| Hex | D8 | C7 | A4 | 0 | 8 | 18 | F | 28 | 28 | 4B |
| Octal | 330 | 307 | 244 | 0 | 10 | 30 | 17 | 50 | 50 | 113 |
| Binary | 11011000 | 11000111 | 10100100 | 0 | 1000 | 11000 | 1111 | 101000 | 101000 | 1001011 |
Color Harmonies of #D8C7A4
Complementary color
Monochromatic Colors of #D8C7A4
Black with #D8C7A4
Text Example
Text Example
White with #D8C7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C7A4; }
p { color: rgb(216,199,164); }
H1.HeaderClassName
{
color: #D8C7A4;
}
.AnyTagClassName
{
color: #D8C7A4;
}
</style>
background-color css
<style>
a { background-color: #D8C7A4; }
a { background-color: rgb(216,199,164); }
div.DivClassName
{
background-color: #D8C7A4;
}
.BgClassName
{
background-color: #D8C7A4;
}
</style>
border-color css
<style>
span { border-color: #D8C7A4; }
span { border-color: rgb(216,199,164); }
td.TdClassName
{
border-color: #D8C7A4;
}
.TagClassName
{
border-color: #D8C7A4;
}
</style>