Shades of Raffia #DFC69D
Tints of Raffia #DFC69D
RGB
CMYK
RGB Variations
Color information
#DFC69D (or 0xDFC69D) is known color: Raffia. HEX triplet: DF, C6 and 9D. RGB value is (223,198,157). Sum of RGB (Red+Green+Blue) = 223+198+157=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 198 (77.73% from 255 or 34.26% from 578); Blue value is 157 (61.72% from 255 or 27.16% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC69D is #203962. Grayscale: #C8C8C8. Windows color (decimal): -2111843 or 10340063. OLE color: 10340063.
HSL color Cylindrical-coordinate representation of color #DFC69D: hue angle of 37.27º 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 #DFC69D is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 157 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.13 |
| HSL | 37.27º | 0.51% | 0.75% | - |
| HSV(B) | 37.27º | 0.3% | 0.87% | - |
| XYZ | 56.71 | 58.51 | 40.2 | - |
| YUV | 200.8 | 103.28 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 157 | 0 | 0.11 | 0.30 | 0.13 | 37.27 | 0.51 | 0.75 |
| Hex | DF | C6 | 9D | 0 | B | 1E | D | 25 | 33 | 4B |
| Octal | 337 | 306 | 235 | 0 | 13 | 36 | 15 | 45 | 63 | 113 |
| Binary | 11011111 | 11000110 | 10011101 | 0 | 1011 | 11110 | 1101 | 100101 | 110011 | 1001011 |
Color Harmonies of #DFC69D
Complementary color
Monochromatic Colors of #DFC69D
Black with #DFC69D
Text Example
Text Example
White with #DFC69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC69D; }
p { color: rgb(223,198,157); }
H1.HeaderClassName
{
color: #DFC69D;
}
.AnyTagClassName
{
color: #DFC69D;
}
</style>
background-color css
<style>
a { background-color: #DFC69D; }
a { background-color: rgb(223,198,157); }
div.DivClassName
{
background-color: #DFC69D;
}
.BgClassName
{
background-color: #DFC69D;
}
</style>
border-color css
<style>
span { border-color: #DFC69D; }
span { border-color: rgb(223,198,157); }
td.TdClassName
{
border-color: #DFC69D;
}
.TagClassName
{
border-color: #DFC69D;
}
</style>