Shades of Raffia #DFC69C
Tints of Raffia #DFC69C
RGB
CMYK
RGB Variations
Color information
#DFC69C (or 0xDFC69C) is known color: Raffia. HEX triplet: DF, C6 and 9C. RGB value is (223,198,156). Sum of RGB (Red+Green+Blue) = 223+198+156=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 156 (61.33% from 255 or 27.04% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC69C is #203963. Grayscale: #C8C8C8. Windows color (decimal): -2111844 or 10274527. OLE color: 10274527.
HSL color Cylindrical-coordinate representation of color #DFC69C: hue angle of 37.61º degrees, saturation: 0.51, 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 #DFC69C is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 156 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.13 |
| HSL | 37.61º | 0.51% | 0.74% | - |
| HSV(B) | 37.61º | 0.3% | 0.87% | - |
| XYZ | 56.63 | 58.48 | 39.76 | - |
| YUV | 200.69 | 102.78 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 156 | 0 | 0.11 | 0.30 | 0.13 | 37.61 | 0.51 | 0.74 |
| Hex | DF | C6 | 9C | 0 | B | 1E | D | 26 | 33 | 4A |
| Octal | 337 | 306 | 234 | 0 | 13 | 36 | 15 | 46 | 63 | 112 |
| Binary | 11011111 | 11000110 | 10011100 | 0 | 1011 | 11110 | 1101 | 100110 | 110011 | 1001010 |
Color Harmonies of #DFC69C
Complementary color
Monochromatic Colors of #DFC69C
Black with #DFC69C
Text Example
Text Example
White with #DFC69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC69C; }
p { color: rgb(223,198,156); }
H1.HeaderClassName
{
color: #DFC69C;
}
.AnyTagClassName
{
color: #DFC69C;
}
</style>
background-color css
<style>
a { background-color: #DFC69C; }
a { background-color: rgb(223,198,156); }
div.DivClassName
{
background-color: #DFC69C;
}
.BgClassName
{
background-color: #DFC69C;
}
</style>
border-color css
<style>
span { border-color: #DFC69C; }
span { border-color: rgb(223,198,156); }
td.TdClassName
{
border-color: #DFC69C;
}
.TagClassName
{
border-color: #DFC69C;
}
</style>