Shades of Raffia #DFC39F
Tints of Raffia #DFC39F
RGB
CMYK
RGB Variations
Color information
#DFC39F (or 0xDFC39F) is known color: Raffia. HEX triplet: DF, C3 and 9F. RGB value is (223,195,159). Sum of RGB (Red+Green+Blue) = 223+195+159=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 195 (76.56% from 255 or 33.80% from 577); Blue value is 159 (62.5% from 255 or 27.56% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC39F is #203C60. Grayscale: #C7C7C7. Windows color (decimal): -2112609 or 10470367. OLE color: 10470367.
HSL color Cylindrical-coordinate representation of color #DFC39F: hue angle of 33.75º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFC39F is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 159 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.13 |
| HSL | 33.75º | 0.5% | 0.75% | - |
| HSV(B) | 33.75º | 0.29% | 0.87% | - |
| XYZ | 56.2 | 57.22 | 40.88 | - |
| YUV | 199.27 | 105.28 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 159 | 0 | 0.13 | 0.29 | 0.13 | 33.75 | 0.5 | 0.75 |
| Hex | DF | C3 | 9F | 0 | D | 1D | D | 22 | 32 | 4B |
| Octal | 337 | 303 | 237 | 0 | 15 | 35 | 15 | 42 | 62 | 113 |
| Binary | 11011111 | 11000011 | 10011111 | 0 | 1101 | 11101 | 1101 | 100010 | 110010 | 1001011 |
Color Harmonies of #DFC39F
Complementary color
Monochromatic Colors of #DFC39F
Black with #DFC39F
Text Example
Text Example
White with #DFC39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC39F; }
p { color: rgb(223,195,159); }
H1.HeaderClassName
{
color: #DFC39F;
}
.AnyTagClassName
{
color: #DFC39F;
}
</style>
background-color css
<style>
a { background-color: #DFC39F; }
a { background-color: rgb(223,195,159); }
div.DivClassName
{
background-color: #DFC39F;
}
.BgClassName
{
background-color: #DFC39F;
}
</style>
border-color css
<style>
span { border-color: #DFC39F; }
span { border-color: rgb(223,195,159); }
td.TdClassName
{
border-color: #DFC39F;
}
.TagClassName
{
border-color: #DFC39F;
}
</style>