Shades of Raffia #DFCBA3
Tints of Raffia #DFCBA3
RGB
CMYK
RGB Variations
Color information
#DFCBA3 (or 0xDFCBA3) is known color: Raffia. HEX triplet: DF, CB and A3. RGB value is (223,203,163). Sum of RGB (Red+Green+Blue) = 223+203+163=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 163 (64.06% from 255 or 27.67% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCBA3 is #20345C. Grayscale: #CCCCCC. Windows color (decimal): -2110557 or 10734559. OLE color: 10734559.
HSL color Cylindrical-coordinate representation of color #DFCBA3: hue angle of 40º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFCBA3 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 163 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.13 |
| HSL | 40º | 0.48% | 0.76% | - |
| HSV(B) | 40º | 0.27% | 0.87% | - |
| XYZ | 58.4 | 61.04 | 43.36 | - |
| YUV | 204.42 | 104.63 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 163 | 0 | 0.09 | 0.27 | 0.13 | 40 | 0.48 | 0.76 |
| Hex | DF | CB | A3 | 0 | 9 | 1B | D | 28 | 30 | 4C |
| Octal | 337 | 313 | 243 | 0 | 11 | 33 | 15 | 50 | 60 | 114 |
| Binary | 11011111 | 11001011 | 10100011 | 0 | 1001 | 11011 | 1101 | 101000 | 110000 | 1001100 |
Color Harmonies of #DFCBA3
Complementary color
Monochromatic Colors of #DFCBA3
Black with #DFCBA3
Text Example
Text Example
White with #DFCBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCBA3; }
p { color: rgb(223,203,163); }
H1.HeaderClassName
{
color: #DFCBA3;
}
.AnyTagClassName
{
color: #DFCBA3;
}
</style>
background-color css
<style>
a { background-color: #DFCBA3; }
a { background-color: rgb(223,203,163); }
div.DivClassName
{
background-color: #DFCBA3;
}
.BgClassName
{
background-color: #DFCBA3;
}
</style>
border-color css
<style>
span { border-color: #DFCBA3; }
span { border-color: rgb(223,203,163); }
td.TdClassName
{
border-color: #DFCBA3;
}
.TagClassName
{
border-color: #DFCBA3;
}
</style>