Shades of Raffia #DFC79D
Tints of Raffia #DFC79D
RGB
CMYK
RGB Variations
Color information
#DFC79D (or 0xDFC79D) is known color: Raffia. HEX triplet: DF, C7 and 9D. RGB value is (223,199,157). Sum of RGB (Red+Green+Blue) = 223+199+157=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 199 (78.12% from 255 or 34.37% from 579); Blue value is 157 (61.72% from 255 or 27.12% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC79D is #203862. Grayscale: #C9C9C9. Windows color (decimal): -2111587 or 10340319. OLE color: 10340319.
HSL color Cylindrical-coordinate representation of color #DFC79D: hue angle of 38.18º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFC79D is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 157 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.13 |
| HSL | 38.18º | 0.51% | 0.75% | - |
| HSV(B) | 38.18º | 0.3% | 0.87% | - |
| XYZ | 56.94 | 58.97 | 40.28 | - |
| YUV | 201.39 | 102.95 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 157 | 0 | 0.11 | 0.30 | 0.13 | 38.18 | 0.51 | 0.75 |
| Hex | DF | C7 | 9D | 0 | B | 1E | D | 26 | 33 | 4B |
| Octal | 337 | 307 | 235 | 0 | 13 | 36 | 15 | 46 | 63 | 113 |
| Binary | 11011111 | 11000111 | 10011101 | 0 | 1011 | 11110 | 1101 | 100110 | 110011 | 1001011 |
Color Harmonies of #DFC79D
Complementary color
Monochromatic Colors of #DFC79D
Black with #DFC79D
Text Example
Text Example
White with #DFC79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC79D; }
p { color: rgb(223,199,157); }
H1.HeaderClassName
{
color: #DFC79D;
}
.AnyTagClassName
{
color: #DFC79D;
}
</style>
background-color css
<style>
a { background-color: #DFC79D; }
a { background-color: rgb(223,199,157); }
div.DivClassName
{
background-color: #DFC79D;
}
.BgClassName
{
background-color: #DFC79D;
}
</style>
border-color css
<style>
span { border-color: #DFC79D; }
span { border-color: rgb(223,199,157); }
td.TdClassName
{
border-color: #DFC79D;
}
.TagClassName
{
border-color: #DFC79D;
}
</style>