Shades of Raffia #DFC7A4
Tints of Raffia #DFC7A4
RGB
CMYK
RGB Variations
Color information
#DFC7A4 (or 0xDFC7A4) is known color: Raffia. HEX triplet: DF, C7 and A4. RGB value is (223,199,164). Sum of RGB (Red+Green+Blue) = 223+199+164=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 199 (78.12% from 255 or 33.96% from 586); Blue value is 164 (64.45% from 255 or 27.99% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC7A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC7A4 is #20385B. Grayscale: #CACACA. Windows color (decimal): -2111580 or 10799071. OLE color: 10799071.
HSL color Cylindrical-coordinate representation of color #DFC7A4: hue angle of 35.59º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFC7A4 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 164 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.13 |
| HSL | 35.59º | 0.48% | 0.76% | - |
| HSV(B) | 35.59º | 0.26% | 0.87% | - |
| XYZ | 57.56 | 59.22 | 43.52 | - |
| YUV | 202.19 | 106.45 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 164 | 0 | 0.11 | 0.26 | 0.13 | 35.59 | 0.48 | 0.76 |
| Hex | DF | C7 | A4 | 0 | B | 1A | D | 24 | 30 | 4C |
| Octal | 337 | 307 | 244 | 0 | 13 | 32 | 15 | 44 | 60 | 114 |
| Binary | 11011111 | 11000111 | 10100100 | 0 | 1011 | 11010 | 1101 | 100100 | 110000 | 1001100 |
Color Harmonies of #DFC7A4
Complementary color
Monochromatic Colors of #DFC7A4
Black with #DFC7A4
Text Example
Text Example
White with #DFC7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC7A4; }
p { color: rgb(223,199,164); }
H1.HeaderClassName
{
color: #DFC7A4;
}
.AnyTagClassName
{
color: #DFC7A4;
}
</style>
background-color css
<style>
a { background-color: #DFC7A4; }
a { background-color: rgb(223,199,164); }
div.DivClassName
{
background-color: #DFC7A4;
}
.BgClassName
{
background-color: #DFC7A4;
}
</style>
border-color css
<style>
span { border-color: #DFC7A4; }
span { border-color: rgb(223,199,164); }
td.TdClassName
{
border-color: #DFC7A4;
}
.TagClassName
{
border-color: #DFC7A4;
}
</style>