Shades of Raffia #DFCCAA
Tints of Raffia #DFCCAA
RGB
CMYK
RGB Variations
Color information
#DFCCAA (or 0xDFCCAA) is known color: Raffia. HEX triplet: DF, CC and AA. RGB value is (223,204,170). Sum of RGB (Red+Green+Blue) = 223+204+170=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 170 (66.80% from 255 or 28.48% from 597); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCCAA is #203355. Grayscale: #CDCDCD. Windows color (decimal): -2110294 or 11193567. OLE color: 11193567.
HSL color Cylindrical-coordinate representation of color #DFCCAA: hue angle of 38.49º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFCCAA is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 170 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.13 |
| HSL | 38.49º | 0.45% | 0.77% | - |
| HSV(B) | 38.49º | 0.24% | 0.87% | - |
| XYZ | 59.28 | 61.78 | 46.83 | - |
| YUV | 205.81 | 107.79 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 170 | 0 | 0.09 | 0.24 | 0.13 | 38.49 | 0.45 | 0.77 |
| Hex | DF | CC | AA | 0 | 9 | 18 | D | 26 | 2D | 4D |
| Octal | 337 | 314 | 252 | 0 | 11 | 30 | 15 | 46 | 55 | 115 |
| Binary | 11011111 | 11001100 | 10101010 | 0 | 1001 | 11000 | 1101 | 100110 | 101101 | 1001101 |
Color Harmonies of #DFCCAA
Complementary color
Monochromatic Colors of #DFCCAA
Black with #DFCCAA
Text Example
Text Example
White with #DFCCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCCAA; }
p { color: rgb(223,204,170); }
H1.HeaderClassName
{
color: #DFCCAA;
}
.AnyTagClassName
{
color: #DFCCAA;
}
</style>
background-color css
<style>
a { background-color: #DFCCAA; }
a { background-color: rgb(223,204,170); }
div.DivClassName
{
background-color: #DFCCAA;
}
.BgClassName
{
background-color: #DFCCAA;
}
</style>
border-color css
<style>
span { border-color: #DFCCAA; }
span { border-color: rgb(223,204,170); }
td.TdClassName
{
border-color: #DFCCAA;
}
.TagClassName
{
border-color: #DFCCAA;
}
</style>