Shades of Raffia #DFC6A2
Tints of Raffia #DFC6A2
RGB
CMYK
RGB Variations
Color information
#DFC6A2 (or 0xDFC6A2) is known color: Raffia. HEX triplet: DF, C6 and A2. RGB value is (223,198,162). Sum of RGB (Red+Green+Blue) = 223+198+162=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 198 (77.73% from 255 or 33.96% from 583); Blue value is 162 (63.67% from 255 or 27.79% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC6A2 is #20395D. Grayscale: #C9C9C9. Windows color (decimal): -2111838 or 10667743. OLE color: 10667743.
HSL color Cylindrical-coordinate representation of color #DFC6A2: hue angle of 35.41º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFC6A2 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 162 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.13 |
| HSL | 35.41º | 0.49% | 0.75% | - |
| HSV(B) | 35.41º | 0.27% | 0.87% | - |
| XYZ | 57.15 | 58.68 | 42.5 | - |
| YUV | 201.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 162 | 0 | 0.11 | 0.27 | 0.13 | 35.41 | 0.49 | 0.75 |
| Hex | DF | C6 | A2 | 0 | B | 1B | D | 23 | 31 | 4B |
| Octal | 337 | 306 | 242 | 0 | 13 | 33 | 15 | 43 | 61 | 113 |
| Binary | 11011111 | 11000110 | 10100010 | 0 | 1011 | 11011 | 1101 | 100011 | 110001 | 1001011 |
Color Harmonies of #DFC6A2
Complementary color
Monochromatic Colors of #DFC6A2
Black with #DFC6A2
Text Example
Text Example
White with #DFC6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC6A2; }
p { color: rgb(223,198,162); }
H1.HeaderClassName
{
color: #DFC6A2;
}
.AnyTagClassName
{
color: #DFC6A2;
}
</style>
background-color css
<style>
a { background-color: #DFC6A2; }
a { background-color: rgb(223,198,162); }
div.DivClassName
{
background-color: #DFC6A2;
}
.BgClassName
{
background-color: #DFC6A2;
}
</style>
border-color css
<style>
span { border-color: #DFC6A2; }
span { border-color: rgb(223,198,162); }
td.TdClassName
{
border-color: #DFC6A2;
}
.TagClassName
{
border-color: #DFC6A2;
}
</style>