Shades of Raffia #DFC59B
Tints of Raffia #DFC59B
RGB
CMYK
RGB Variations
Color information
#DFC59B (or 0xDFC59B) is known color: Raffia. HEX triplet: DF, C5 and 9B. RGB value is (223,197,155). Sum of RGB (Red+Green+Blue) = 223+197+155=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 155 (60.94% from 255 or 26.96% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC59B is #203A64. Grayscale: #C8C8C8. Windows color (decimal): -2112101 or 10208735. OLE color: 10208735.
HSL color Cylindrical-coordinate representation of color #DFC59B: hue angle of 37.06º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFC59B is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 155 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.13 |
| HSL | 37.06º | 0.52% | 0.74% | - |
| HSV(B) | 37.06º | 0.3% | 0.87% | - |
| XYZ | 56.31 | 57.99 | 39.23 | - |
| YUV | 199.99 | 102.61 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 155 | 0 | 0.12 | 0.30 | 0.13 | 37.06 | 0.52 | 0.74 |
| Hex | DF | C5 | 9B | 0 | C | 1E | D | 25 | 34 | 4A |
| Octal | 337 | 305 | 233 | 0 | 14 | 36 | 15 | 45 | 64 | 112 |
| Binary | 11011111 | 11000101 | 10011011 | 0 | 1100 | 11110 | 1101 | 100101 | 110100 | 1001010 |
Color Harmonies of #DFC59B
Complementary color
Monochromatic Colors of #DFC59B
Black with #DFC59B
Text Example
Text Example
White with #DFC59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC59B; }
p { color: rgb(223,197,155); }
H1.HeaderClassName
{
color: #DFC59B;
}
.AnyTagClassName
{
color: #DFC59B;
}
</style>
background-color css
<style>
a { background-color: #DFC59B; }
a { background-color: rgb(223,197,155); }
div.DivClassName
{
background-color: #DFC59B;
}
.BgClassName
{
background-color: #DFC59B;
}
</style>
border-color css
<style>
span { border-color: #DFC59B; }
span { border-color: rgb(223,197,155); }
td.TdClassName
{
border-color: #DFC59B;
}
.TagClassName
{
border-color: #DFC59B;
}
</style>