Shades of Raffia #DFC49A
Tints of Raffia #DFC49A
RGB
CMYK
RGB Variations
Color information
#DFC49A (or 0xDFC49A) is known color: Raffia. HEX triplet: DF, C4 and 9A. RGB value is (223,196,154). Sum of RGB (Red+Green+Blue) = 223+196+154=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 154 (60.55% from 255 or 26.88% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC49A is #203B65. Grayscale: #C7C7C7. Windows color (decimal): -2112358 or 10142943. OLE color: 10142943.
HSL color Cylindrical-coordinate representation of color #DFC49A: hue angle of 36.52º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFC49A is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 154 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.13 |
| HSL | 36.52º | 0.52% | 0.74% | - |
| HSV(B) | 36.52º | 0.31% | 0.87% | - |
| XYZ | 56 | 57.5 | 38.72 | - |
| YUV | 199.29 | 102.45 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 154 | 0 | 0.12 | 0.31 | 0.13 | 36.52 | 0.52 | 0.74 |
| Hex | DF | C4 | 9A | 0 | C | 1F | D | 25 | 34 | 4A |
| Octal | 337 | 304 | 232 | 0 | 14 | 37 | 15 | 45 | 64 | 112 |
| Binary | 11011111 | 11000100 | 10011010 | 0 | 1100 | 11111 | 1101 | 100101 | 110100 | 1001010 |
Color Harmonies of #DFC49A
Complementary color
Monochromatic Colors of #DFC49A
Black with #DFC49A
Text Example
Text Example
White with #DFC49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC49A; }
p { color: rgb(223,196,154); }
H1.HeaderClassName
{
color: #DFC49A;
}
.AnyTagClassName
{
color: #DFC49A;
}
</style>
background-color css
<style>
a { background-color: #DFC49A; }
a { background-color: rgb(223,196,154); }
div.DivClassName
{
background-color: #DFC49A;
}
.BgClassName
{
background-color: #DFC49A;
}
</style>
border-color css
<style>
span { border-color: #DFC49A; }
span { border-color: rgb(223,196,154); }
td.TdClassName
{
border-color: #DFC49A;
}
.TagClassName
{
border-color: #DFC49A;
}
</style>