Shades of Raffia #DFC89A
Tints of Raffia #DFC89A
RGB
CMYK
RGB Variations
Color information
#DFC89A (or 0xDFC89A) is known color: Raffia. HEX triplet: DF, C8 and 9A. RGB value is (223,200,154). Sum of RGB (Red+Green+Blue) = 223+200+154=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 200 (78.52% from 255 or 34.66% from 577); Blue value is 154 (60.55% from 255 or 26.69% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC89A is #203765. Grayscale: #C9C9C9. Windows color (decimal): -2111334 or 10143967. OLE color: 10143967.
HSL color Cylindrical-coordinate representation of color #DFC89A: hue angle of 40º 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 #DFC89A is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 154 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.13 |
| HSL | 40º | 0.52% | 0.74% | - |
| HSV(B) | 40º | 0.31% | 0.87% | - |
| XYZ | 56.92 | 59.33 | 39.02 | - |
| YUV | 201.63 | 101.12 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 154 | 0 | 0.10 | 0.31 | 0.13 | 40 | 0.52 | 0.74 |
| Hex | DF | C8 | 9A | 0 | A | 1F | D | 28 | 34 | 4A |
| Octal | 337 | 310 | 232 | 0 | 12 | 37 | 15 | 50 | 64 | 112 |
| Binary | 11011111 | 11001000 | 10011010 | 0 | 1010 | 11111 | 1101 | 101000 | 110100 | 1001010 |
Color Harmonies of #DFC89A
Complementary color
Monochromatic Colors of #DFC89A
Black with #DFC89A
Text Example
Text Example
White with #DFC89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC89A; }
p { color: rgb(223,200,154); }
H1.HeaderClassName
{
color: #DFC89A;
}
.AnyTagClassName
{
color: #DFC89A;
}
</style>
background-color css
<style>
a { background-color: #DFC89A; }
a { background-color: rgb(223,200,154); }
div.DivClassName
{
background-color: #DFC89A;
}
.BgClassName
{
background-color: #DFC89A;
}
</style>
border-color css
<style>
span { border-color: #DFC89A; }
span { border-color: rgb(223,200,154); }
td.TdClassName
{
border-color: #DFC89A;
}
.TagClassName
{
border-color: #DFC89A;
}
</style>