Shades of Raffia #DFC99A
Tints of Raffia #DFC99A
RGB
CMYK
RGB Variations
Color information
#DFC99A (or 0xDFC99A) is known color: Raffia. HEX triplet: DF, C9 and 9A. RGB value is (223,201,154). Sum of RGB (Red+Green+Blue) = 223+201+154=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 154 (60.55% from 255 or 26.64% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC99A is #203665. Grayscale: #CACACA. Windows color (decimal): -2111078 or 10144223. OLE color: 10144223.
HSL color Cylindrical-coordinate representation of color #DFC99A: hue angle of 40.87º 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 #DFC99A is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 154 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.13 |
| HSL | 40.87º | 0.52% | 0.74% | - |
| HSV(B) | 40.87º | 0.31% | 0.87% | - |
| XYZ | 57.15 | 59.79 | 39.1 | - |
| YUV | 202.22 | 100.79 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 154 | 0 | 0.10 | 0.31 | 0.13 | 40.87 | 0.52 | 0.74 |
| Hex | DF | C9 | 9A | 0 | A | 1F | D | 29 | 34 | 4A |
| Octal | 337 | 311 | 232 | 0 | 12 | 37 | 15 | 51 | 64 | 112 |
| Binary | 11011111 | 11001001 | 10011010 | 0 | 1010 | 11111 | 1101 | 101001 | 110100 | 1001010 |
Color Harmonies of #DFC99A
Complementary color
Monochromatic Colors of #DFC99A
Black with #DFC99A
Text Example
Text Example
White with #DFC99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC99A; }
p { color: rgb(223,201,154); }
H1.HeaderClassName
{
color: #DFC99A;
}
.AnyTagClassName
{
color: #DFC99A;
}
</style>
background-color css
<style>
a { background-color: #DFC99A; }
a { background-color: rgb(223,201,154); }
div.DivClassName
{
background-color: #DFC99A;
}
.BgClassName
{
background-color: #DFC99A;
}
</style>
border-color css
<style>
span { border-color: #DFC99A; }
span { border-color: rgb(223,201,154); }
td.TdClassName
{
border-color: #DFC99A;
}
.TagClassName
{
border-color: #DFC99A;
}
</style>