Shades of Raffia #DFC49C
Tints of Raffia #DFC49C
RGB
CMYK
RGB Variations
Color information
#DFC49C (or 0xDFC49C) is known color: Raffia. HEX triplet: DF, C4 and 9C. RGB value is (223,196,156). Sum of RGB (Red+Green+Blue) = 223+196+156=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 156 (61.33% from 255 or 27.13% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC49C is #203B63. Grayscale: #C7C7C7. Windows color (decimal): -2112356 or 10274015. OLE color: 10274015.
HSL color Cylindrical-coordinate representation of color #DFC49C: hue angle of 35.82º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFC49C is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 156 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.13 |
| HSL | 35.82º | 0.51% | 0.74% | - |
| HSV(B) | 35.82º | 0.3% | 0.87% | - |
| XYZ | 56.17 | 57.57 | 39.6 | - |
| YUV | 199.51 | 103.45 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 156 | 0 | 0.12 | 0.30 | 0.13 | 35.82 | 0.51 | 0.74 |
| Hex | DF | C4 | 9C | 0 | C | 1E | D | 24 | 33 | 4A |
| Octal | 337 | 304 | 234 | 0 | 14 | 36 | 15 | 44 | 63 | 112 |
| Binary | 11011111 | 11000100 | 10011100 | 0 | 1100 | 11110 | 1101 | 100100 | 110011 | 1001010 |
Color Harmonies of #DFC49C
Complementary color
Monochromatic Colors of #DFC49C
Black with #DFC49C
Text Example
Text Example
White with #DFC49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC49C; }
p { color: rgb(223,196,156); }
H1.HeaderClassName
{
color: #DFC49C;
}
.AnyTagClassName
{
color: #DFC49C;
}
</style>
background-color css
<style>
a { background-color: #DFC49C; }
a { background-color: rgb(223,196,156); }
div.DivClassName
{
background-color: #DFC49C;
}
.BgClassName
{
background-color: #DFC49C;
}
</style>
border-color css
<style>
span { border-color: #DFC49C; }
span { border-color: rgb(223,196,156); }
td.TdClassName
{
border-color: #DFC49C;
}
.TagClassName
{
border-color: #DFC49C;
}
</style>