Shades of Raffia #DFCB9F
Tints of Raffia #DFCB9F
RGB
CMYK
RGB Variations
Color information
#DFCB9F (or 0xDFCB9F) is known color: Raffia. HEX triplet: DF, CB and 9F. RGB value is (223,203,159). Sum of RGB (Red+Green+Blue) = 223+203+159=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 159 (62.5% from 255 or 27.18% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCB9F is #203460. Grayscale: #CCCCCC. Windows color (decimal): -2110561 or 10472415. OLE color: 10472415.
HSL color Cylindrical-coordinate representation of color #DFCB9F: hue angle of 41.25º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFCB9F is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 159 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.13 |
| HSL | 41.25º | 0.5% | 0.75% | - |
| HSV(B) | 41.25º | 0.29% | 0.87% | - |
| XYZ | 58.05 | 60.9 | 41.5 | - |
| YUV | 203.96 | 102.63 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 159 | 0 | 0.09 | 0.29 | 0.13 | 41.25 | 0.5 | 0.75 |
| Hex | DF | CB | 9F | 0 | 9 | 1D | D | 29 | 32 | 4B |
| Octal | 337 | 313 | 237 | 0 | 11 | 35 | 15 | 51 | 62 | 113 |
| Binary | 11011111 | 11001011 | 10011111 | 0 | 1001 | 11101 | 1101 | 101001 | 110010 | 1001011 |
Color Harmonies of #DFCB9F
Complementary color
Monochromatic Colors of #DFCB9F
Black with #DFCB9F
Text Example
Text Example
White with #DFCB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB9F; }
p { color: rgb(223,203,159); }
H1.HeaderClassName
{
color: #DFCB9F;
}
.AnyTagClassName
{
color: #DFCB9F;
}
</style>
background-color css
<style>
a { background-color: #DFCB9F; }
a { background-color: rgb(223,203,159); }
div.DivClassName
{
background-color: #DFCB9F;
}
.BgClassName
{
background-color: #DFCB9F;
}
</style>
border-color css
<style>
span { border-color: #DFCB9F; }
span { border-color: rgb(223,203,159); }
td.TdClassName
{
border-color: #DFCB9F;
}
.TagClassName
{
border-color: #DFCB9F;
}
</style>