Shades of Raffia #DFC79B
Tints of Raffia #DFC79B
RGB
CMYK
RGB Variations
Color information
#DFC79B (or 0xDFC79B) is known color: Raffia. HEX triplet: DF, C7 and 9B. RGB value is (223,199,155). Sum of RGB (Red+Green+Blue) = 223+199+155=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 155 (60.94% from 255 or 26.86% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC79B is #203864. Grayscale: #C9C9C9. Windows color (decimal): -2111589 or 10209247. OLE color: 10209247.
HSL color Cylindrical-coordinate representation of color #DFC79B: hue angle of 38.82º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFC79B is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 155 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.13 |
| HSL | 38.82º | 0.52% | 0.74% | - |
| HSV(B) | 38.82º | 0.3% | 0.87% | - |
| XYZ | 56.77 | 58.9 | 39.39 | - |
| YUV | 201.16 | 101.95 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 155 | 0 | 0.11 | 0.30 | 0.13 | 38.82 | 0.52 | 0.74 |
| Hex | DF | C7 | 9B | 0 | B | 1E | D | 27 | 34 | 4A |
| Octal | 337 | 307 | 233 | 0 | 13 | 36 | 15 | 47 | 64 | 112 |
| Binary | 11011111 | 11000111 | 10011011 | 0 | 1011 | 11110 | 1101 | 100111 | 110100 | 1001010 |
Color Harmonies of #DFC79B
Complementary color
Monochromatic Colors of #DFC79B
Black with #DFC79B
Text Example
Text Example
White with #DFC79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC79B; }
p { color: rgb(223,199,155); }
H1.HeaderClassName
{
color: #DFC79B;
}
.AnyTagClassName
{
color: #DFC79B;
}
</style>
background-color css
<style>
a { background-color: #DFC79B; }
a { background-color: rgb(223,199,155); }
div.DivClassName
{
background-color: #DFC79B;
}
.BgClassName
{
background-color: #DFC79B;
}
</style>
border-color css
<style>
span { border-color: #DFC79B; }
span { border-color: rgb(223,199,155); }
td.TdClassName
{
border-color: #DFC79B;
}
.TagClassName
{
border-color: #DFC79B;
}
</style>