Shades of Raffia #DFCBA7
Tints of Raffia #DFCBA7
RGB
CMYK
RGB Variations
Color information
#DFCBA7 (or 0xDFCBA7) is known color: Raffia. HEX triplet: DF, CB and A7. RGB value is (223,203,167). Sum of RGB (Red+Green+Blue) = 223+203+167=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 167 (65.62% from 255 or 28.16% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCBA7 is #203458. Grayscale: #CDCDCD. Windows color (decimal): -2110553 or 10996703. OLE color: 10996703.
HSL color Cylindrical-coordinate representation of color #DFCBA7: hue angle of 38.57º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFCBA7 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 167 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.13 |
| HSL | 38.57º | 0.47% | 0.76% | - |
| HSV(B) | 38.57º | 0.25% | 0.87% | - |
| XYZ | 58.76 | 61.19 | 45.27 | - |
| YUV | 204.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 167 | 0 | 0.09 | 0.25 | 0.13 | 38.57 | 0.47 | 0.76 |
| Hex | DF | CB | A7 | 0 | 9 | 19 | D | 27 | 2F | 4C |
| Octal | 337 | 313 | 247 | 0 | 11 | 31 | 15 | 47 | 57 | 114 |
| Binary | 11011111 | 11001011 | 10100111 | 0 | 1001 | 11001 | 1101 | 100111 | 101111 | 1001100 |
Color Harmonies of #DFCBA7
Complementary color
Monochromatic Colors of #DFCBA7
Black with #DFCBA7
Text Example
Text Example
White with #DFCBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCBA7; }
p { color: rgb(223,203,167); }
H1.HeaderClassName
{
color: #DFCBA7;
}
.AnyTagClassName
{
color: #DFCBA7;
}
</style>
background-color css
<style>
a { background-color: #DFCBA7; }
a { background-color: rgb(223,203,167); }
div.DivClassName
{
background-color: #DFCBA7;
}
.BgClassName
{
background-color: #DFCBA7;
}
</style>
border-color css
<style>
span { border-color: #DFCBA7; }
span { border-color: rgb(223,203,167); }
td.TdClassName
{
border-color: #DFCBA7;
}
.TagClassName
{
border-color: #DFCBA7;
}
</style>