Shades of Raffia #DFC69F
Tints of Raffia #DFC69F
RGB
CMYK
RGB Variations
Color information
#DFC69F (or 0xDFC69F) is known color: Raffia. HEX triplet: DF, C6 and 9F. RGB value is (223,198,159). Sum of RGB (Red+Green+Blue) = 223+198+159=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 198 (77.73% from 255 or 34.14% from 580); Blue value is 159 (62.5% from 255 or 27.41% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC69F is #203960. Grayscale: #C9C9C9. Windows color (decimal): -2111841 or 10471135. OLE color: 10471135.
HSL color Cylindrical-coordinate representation of color #DFC69F: hue angle of 36.56º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFC69F is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 159 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.13 |
| HSL | 36.56º | 0.5% | 0.75% | - |
| HSV(B) | 36.56º | 0.29% | 0.87% | - |
| XYZ | 56.88 | 58.58 | 41.11 | - |
| YUV | 201.03 | 104.28 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 159 | 0 | 0.11 | 0.29 | 0.13 | 36.56 | 0.5 | 0.75 |
| Hex | DF | C6 | 9F | 0 | B | 1D | D | 25 | 32 | 4B |
| Octal | 337 | 306 | 237 | 0 | 13 | 35 | 15 | 45 | 62 | 113 |
| Binary | 11011111 | 11000110 | 10011111 | 0 | 1011 | 11101 | 1101 | 100101 | 110010 | 1001011 |
Color Harmonies of #DFC69F
Complementary color
Monochromatic Colors of #DFC69F
Black with #DFC69F
Text Example
Text Example
White with #DFC69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC69F; }
p { color: rgb(223,198,159); }
H1.HeaderClassName
{
color: #DFC69F;
}
.AnyTagClassName
{
color: #DFC69F;
}
</style>
background-color css
<style>
a { background-color: #DFC69F; }
a { background-color: rgb(223,198,159); }
div.DivClassName
{
background-color: #DFC69F;
}
.BgClassName
{
background-color: #DFC69F;
}
</style>
border-color css
<style>
span { border-color: #DFC69F; }
span { border-color: rgb(223,198,159); }
td.TdClassName
{
border-color: #DFC69F;
}
.TagClassName
{
border-color: #DFC69F;
}
</style>