Shades of Raffia #DFC79A
Tints of Raffia #DFC79A
RGB
CMYK
RGB Variations
Color information
#DFC79A (or 0xDFC79A) is known color: Raffia. HEX triplet: DF, C7 and 9A. RGB value is (223,199,154). Sum of RGB (Red+Green+Blue) = 223+199+154=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 199 (78.12% from 255 or 34.55% from 576); Blue value is 154 (60.55% from 255 or 26.74% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC79A is #203865. Grayscale: #C9C9C9. Windows color (decimal): -2111590 or 10143711. OLE color: 10143711.
HSL color Cylindrical-coordinate representation of color #DFC79A: hue angle of 39.13º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFC79A is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 154 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.13 |
| HSL | 39.13º | 0.52% | 0.74% | - |
| HSV(B) | 39.13º | 0.31% | 0.87% | - |
| XYZ | 56.69 | 58.87 | 38.95 | - |
| YUV | 201.05 | 101.45 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 154 | 0 | 0.11 | 0.31 | 0.13 | 39.13 | 0.52 | 0.74 |
| Hex | DF | C7 | 9A | 0 | B | 1F | D | 27 | 34 | 4A |
| Octal | 337 | 307 | 232 | 0 | 13 | 37 | 15 | 47 | 64 | 112 |
| Binary | 11011111 | 11000111 | 10011010 | 0 | 1011 | 11111 | 1101 | 100111 | 110100 | 1001010 |
Color Harmonies of #DFC79A
Complementary color
Monochromatic Colors of #DFC79A
Black with #DFC79A
Text Example
Text Example
White with #DFC79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC79A; }
p { color: rgb(223,199,154); }
H1.HeaderClassName
{
color: #DFC79A;
}
.AnyTagClassName
{
color: #DFC79A;
}
</style>
background-color css
<style>
a { background-color: #DFC79A; }
a { background-color: rgb(223,199,154); }
div.DivClassName
{
background-color: #DFC79A;
}
.BgClassName
{
background-color: #DFC79A;
}
</style>
border-color css
<style>
span { border-color: #DFC79A; }
span { border-color: rgb(223,199,154); }
td.TdClassName
{
border-color: #DFC79A;
}
.TagClassName
{
border-color: #DFC79A;
}
</style>