Shades of Raffia #DFC49D
Tints of Raffia #DFC49D
RGB
CMYK
RGB Variations
Color information
#DFC49D (or 0xDFC49D) is known color: Raffia. HEX triplet: DF, C4 and 9D. RGB value is (223,196,157). Sum of RGB (Red+Green+Blue) = 223+196+157=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 196 (76.95% from 255 or 34.03% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC49D is #203B62. Grayscale: #C7C7C7. Windows color (decimal): -2112355 or 10339551. OLE color: 10339551.
HSL color Cylindrical-coordinate representation of color #DFC49D: hue angle of 35.45º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFC49D is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 157 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.13 |
| HSL | 35.45º | 0.51% | 0.75% | - |
| HSV(B) | 35.45º | 0.3% | 0.87% | - |
| XYZ | 56.26 | 57.6 | 40.05 | - |
| YUV | 199.63 | 103.95 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 157 | 0 | 0.12 | 0.30 | 0.13 | 35.45 | 0.51 | 0.75 |
| Hex | DF | C4 | 9D | 0 | C | 1E | D | 23 | 33 | 4B |
| Octal | 337 | 304 | 235 | 0 | 14 | 36 | 15 | 43 | 63 | 113 |
| Binary | 11011111 | 11000100 | 10011101 | 0 | 1100 | 11110 | 1101 | 100011 | 110011 | 1001011 |
Color Harmonies of #DFC49D
Complementary color
Monochromatic Colors of #DFC49D
Black with #DFC49D
Text Example
Text Example
White with #DFC49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC49D; }
p { color: rgb(223,196,157); }
H1.HeaderClassName
{
color: #DFC49D;
}
.AnyTagClassName
{
color: #DFC49D;
}
</style>
background-color css
<style>
a { background-color: #DFC49D; }
a { background-color: rgb(223,196,157); }
div.DivClassName
{
background-color: #DFC49D;
}
.BgClassName
{
background-color: #DFC49D;
}
</style>
border-color css
<style>
span { border-color: #DFC49D; }
span { border-color: rgb(223,196,157); }
td.TdClassName
{
border-color: #DFC49D;
}
.TagClassName
{
border-color: #DFC49D;
}
</style>