Shades of Raffia #DFC69A
Tints of Raffia #DFC69A
RGB
CMYK
RGB Variations
Color information
#DFC69A (or 0xDFC69A) is known color: Raffia. HEX triplet: DF, C6 and 9A. RGB value is (223,198,154). Sum of RGB (Red+Green+Blue) = 223+198+154=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 198 (77.73% from 255 or 34.43% from 575); Blue value is 154 (60.55% from 255 or 26.78% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC69A is #203965. Grayscale: #C8C8C8. Windows color (decimal): -2111846 or 10143455. OLE color: 10143455.
HSL color Cylindrical-coordinate representation of color #DFC69A: hue angle of 38.26º 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 #DFC69A is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 154 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.13 |
| HSL | 38.26º | 0.52% | 0.74% | - |
| HSV(B) | 38.26º | 0.31% | 0.87% | - |
| XYZ | 56.46 | 58.41 | 38.87 | - |
| YUV | 200.46 | 101.78 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 154 | 0 | 0.11 | 0.31 | 0.13 | 38.26 | 0.52 | 0.74 |
| Hex | DF | C6 | 9A | 0 | B | 1F | D | 26 | 34 | 4A |
| Octal | 337 | 306 | 232 | 0 | 13 | 37 | 15 | 46 | 64 | 112 |
| Binary | 11011111 | 11000110 | 10011010 | 0 | 1011 | 11111 | 1101 | 100110 | 110100 | 1001010 |
Color Harmonies of #DFC69A
Complementary color
Monochromatic Colors of #DFC69A
Black with #DFC69A
Text Example
Text Example
White with #DFC69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC69A; }
p { color: rgb(223,198,154); }
H1.HeaderClassName
{
color: #DFC69A;
}
.AnyTagClassName
{
color: #DFC69A;
}
</style>
background-color css
<style>
a { background-color: #DFC69A; }
a { background-color: rgb(223,198,154); }
div.DivClassName
{
background-color: #DFC69A;
}
.BgClassName
{
background-color: #DFC69A;
}
</style>
border-color css
<style>
span { border-color: #DFC69A; }
span { border-color: rgb(223,198,154); }
td.TdClassName
{
border-color: #DFC69A;
}
.TagClassName
{
border-color: #DFC69A;
}
</style>