Shades of Raffia #DFCDA5
Tints of Raffia #DFCDA5
RGB
CMYK
RGB Variations
Color information
#DFCDA5 (or 0xDFCDA5) is known color: Raffia. HEX triplet: DF, CD and A5. RGB value is (223,205,165). Sum of RGB (Red+Green+Blue) = 223+205+165=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 165 (64.84% from 255 or 27.82% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCDA5 is #20325A. Grayscale: #CDCDCD. Windows color (decimal): -2110043 or 10866143. OLE color: 10866143.
HSL color Cylindrical-coordinate representation of color #DFCDA5: hue angle of 41.38º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFCDA5 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 165 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.13 |
| HSL | 41.38º | 0.48% | 0.76% | - |
| HSV(B) | 41.38º | 0.26% | 0.87% | - |
| XYZ | 59.05 | 62.07 | 44.46 | - |
| YUV | 205.82 | 104.96 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 165 | 0 | 0.08 | 0.26 | 0.13 | 41.38 | 0.48 | 0.76 |
| Hex | DF | CD | A5 | 0 | 8 | 1A | D | 29 | 30 | 4C |
| Octal | 337 | 315 | 245 | 0 | 10 | 32 | 15 | 51 | 60 | 114 |
| Binary | 11011111 | 11001101 | 10100101 | 0 | 1000 | 11010 | 1101 | 101001 | 110000 | 1001100 |
Color Harmonies of #DFCDA5
Complementary color
Monochromatic Colors of #DFCDA5
Black with #DFCDA5
Text Example
Text Example
White with #DFCDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCDA5; }
p { color: rgb(223,205,165); }
H1.HeaderClassName
{
color: #DFCDA5;
}
.AnyTagClassName
{
color: #DFCDA5;
}
</style>
background-color css
<style>
a { background-color: #DFCDA5; }
a { background-color: rgb(223,205,165); }
div.DivClassName
{
background-color: #DFCDA5;
}
.BgClassName
{
background-color: #DFCDA5;
}
</style>
border-color css
<style>
span { border-color: #DFCDA5; }
span { border-color: rgb(223,205,165); }
td.TdClassName
{
border-color: #DFCDA5;
}
.TagClassName
{
border-color: #DFCDA5;
}
</style>