Shades of Raffia #DFC59A
Tints of Raffia #DFC59A
RGB
CMYK
RGB Variations
Color information
#DFC59A (or 0xDFC59A) is known color: Raffia. HEX triplet: DF, C5 and 9A. RGB value is (223,197,154). Sum of RGB (Red+Green+Blue) = 223+197+154=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 154 (60.55% from 255 or 26.83% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC59A is #203A65. Grayscale: #C8C8C8. Windows color (decimal): -2112102 or 10143199. OLE color: 10143199.
HSL color Cylindrical-coordinate representation of color #DFC59A: hue angle of 37.39º 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 #DFC59A is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 154 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.13 |
| HSL | 37.39º | 0.52% | 0.74% | - |
| HSV(B) | 37.39º | 0.31% | 0.87% | - |
| XYZ | 56.23 | 57.95 | 38.79 | - |
| YUV | 199.87 | 102.11 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 154 | 0 | 0.12 | 0.31 | 0.13 | 37.39 | 0.52 | 0.74 |
| Hex | DF | C5 | 9A | 0 | C | 1F | D | 25 | 34 | 4A |
| Octal | 337 | 305 | 232 | 0 | 14 | 37 | 15 | 45 | 64 | 112 |
| Binary | 11011111 | 11000101 | 10011010 | 0 | 1100 | 11111 | 1101 | 100101 | 110100 | 1001010 |
Color Harmonies of #DFC59A
Complementary color
Monochromatic Colors of #DFC59A
Black with #DFC59A
Text Example
Text Example
White with #DFC59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC59A; }
p { color: rgb(223,197,154); }
H1.HeaderClassName
{
color: #DFC59A;
}
.AnyTagClassName
{
color: #DFC59A;
}
</style>
background-color css
<style>
a { background-color: #DFC59A; }
a { background-color: rgb(223,197,154); }
div.DivClassName
{
background-color: #DFC59A;
}
.BgClassName
{
background-color: #DFC59A;
}
</style>
border-color css
<style>
span { border-color: #DFC59A; }
span { border-color: rgb(223,197,154); }
td.TdClassName
{
border-color: #DFC59A;
}
.TagClassName
{
border-color: #DFC59A;
}
</style>