Shades of Raffia #DFCAAA
Tints of Raffia #DFCAAA
RGB
CMYK
RGB Variations
Color information
#DFCAAA (or 0xDFCAAA) is known color: Raffia. HEX triplet: DF, CA and AA. RGB value is (223,202,170). Sum of RGB (Red+Green+Blue) = 223+202+170=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCAAA is #203555. Grayscale: #CCCCCC. Windows color (decimal): -2110806 or 11193055. OLE color: 11193055.
HSL color Cylindrical-coordinate representation of color #DFCAAA: hue angle of 36.23º 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 #DFCAAA is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 202 | 170 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.13 |
| HSL | 36.23º | 0.45% | 0.77% | - |
| HSV(B) | 36.23º | 0.24% | 0.87% | - |
| XYZ | 58.81 | 60.83 | 46.67 | - |
| YUV | 204.63 | 108.46 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 202 | 170 | 0 | 0.09 | 0.24 | 0.13 | 36.23 | 0.45 | 0.77 |
| Hex | DF | CA | AA | 0 | 9 | 18 | D | 24 | 2D | 4D |
| Octal | 337 | 312 | 252 | 0 | 11 | 30 | 15 | 44 | 55 | 115 |
| Binary | 11011111 | 11001010 | 10101010 | 0 | 1001 | 11000 | 1101 | 100100 | 101101 | 1001101 |
Color Harmonies of #DFCAAA
Complementary color
Monochromatic Colors of #DFCAAA
Black with #DFCAAA
Text Example
Text Example
White with #DFCAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCAAA; }
p { color: rgb(223,202,170); }
H1.HeaderClassName
{
color: #DFCAAA;
}
.AnyTagClassName
{
color: #DFCAAA;
}
</style>
background-color css
<style>
a { background-color: #DFCAAA; }
a { background-color: rgb(223,202,170); }
div.DivClassName
{
background-color: #DFCAAA;
}
.BgClassName
{
background-color: #DFCAAA;
}
</style>
border-color css
<style>
span { border-color: #DFCAAA; }
span { border-color: rgb(223,202,170); }
td.TdClassName
{
border-color: #DFCAAA;
}
.TagClassName
{
border-color: #DFCAAA;
}
</style>