Shades of Raffia #DFCBAB
Tints of Raffia #DFCBAB
RGB
CMYK
RGB Variations
Color information
#DFCBAB (or 0xDFCBAB) is known color: Raffia. HEX triplet: DF, CB and AB. RGB value is (223,203,171). Sum of RGB (Red+Green+Blue) = 223+203+171=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCBAB is #203454. Grayscale: #CDCDCD. Windows color (decimal): -2110549 or 11258847. OLE color: 11258847.
HSL color Cylindrical-coordinate representation of color #DFCBAB: hue angle of 36.92º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFCBAB is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 171 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.13 |
| HSL | 36.92º | 0.45% | 0.77% | - |
| HSV(B) | 36.92º | 0.23% | 0.87% | - |
| XYZ | 59.14 | 61.34 | 47.25 | - |
| YUV | 205.33 | 108.63 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 171 | 0 | 0.09 | 0.23 | 0.13 | 36.92 | 0.45 | 0.77 |
| Hex | DF | CB | AB | 0 | 9 | 17 | D | 25 | 2D | 4D |
| Octal | 337 | 313 | 253 | 0 | 11 | 27 | 15 | 45 | 55 | 115 |
| Binary | 11011111 | 11001011 | 10101011 | 0 | 1001 | 10111 | 1101 | 100101 | 101101 | 1001101 |
Color Harmonies of #DFCBAB
Complementary color
Monochromatic Colors of #DFCBAB
Black with #DFCBAB
Text Example
Text Example
White with #DFCBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCBAB; }
p { color: rgb(223,203,171); }
H1.HeaderClassName
{
color: #DFCBAB;
}
.AnyTagClassName
{
color: #DFCBAB;
}
</style>
background-color css
<style>
a { background-color: #DFCBAB; }
a { background-color: rgb(223,203,171); }
div.DivClassName
{
background-color: #DFCBAB;
}
.BgClassName
{
background-color: #DFCBAB;
}
</style>
border-color css
<style>
span { border-color: #DFCBAB; }
span { border-color: rgb(223,203,171); }
td.TdClassName
{
border-color: #DFCBAB;
}
.TagClassName
{
border-color: #DFCBAB;
}
</style>