Shades of Raffia #DFCB9E
Tints of Raffia #DFCB9E
RGB
CMYK
RGB Variations
Color information
#DFCB9E (or 0xDFCB9E) is known color: Raffia. HEX triplet: DF, CB and 9E. RGB value is (223,203,158). Sum of RGB (Red+Green+Blue) = 223+203+158=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 158 (62.11% from 255 or 27.05% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCB9E is #203461. Grayscale: #CCCCCC. Windows color (decimal): -2110562 or 10406879. OLE color: 10406879.
HSL color Cylindrical-coordinate representation of color #DFCB9E: hue angle of 41.54º 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 #DFCB9E is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 158 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.13 |
| HSL | 41.54º | 0.5% | 0.75% | - |
| HSV(B) | 41.54º | 0.29% | 0.87% | - |
| XYZ | 57.96 | 60.87 | 41.04 | - |
| YUV | 203.85 | 102.13 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 158 | 0 | 0.09 | 0.29 | 0.13 | 41.54 | 0.5 | 0.75 |
| Hex | DF | CB | 9E | 0 | 9 | 1D | D | 2A | 32 | 4B |
| Octal | 337 | 313 | 236 | 0 | 11 | 35 | 15 | 52 | 62 | 113 |
| Binary | 11011111 | 11001011 | 10011110 | 0 | 1001 | 11101 | 1101 | 101010 | 110010 | 1001011 |
Color Harmonies of #DFCB9E
Complementary color
Monochromatic Colors of #DFCB9E
Black with #DFCB9E
Text Example
Text Example
White with #DFCB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB9E; }
p { color: rgb(223,203,158); }
H1.HeaderClassName
{
color: #DFCB9E;
}
.AnyTagClassName
{
color: #DFCB9E;
}
</style>
background-color css
<style>
a { background-color: #DFCB9E; }
a { background-color: rgb(223,203,158); }
div.DivClassName
{
background-color: #DFCB9E;
}
.BgClassName
{
background-color: #DFCB9E;
}
</style>
border-color css
<style>
span { border-color: #DFCB9E; }
span { border-color: rgb(223,203,158); }
td.TdClassName
{
border-color: #DFCB9E;
}
.TagClassName
{
border-color: #DFCB9E;
}
</style>