Shades of Raffia #DFC19B
Tints of Raffia #DFC19B
RGB
CMYK
RGB Variations
Color information
#DFC19B (or 0xDFC19B) is known color: Raffia. HEX triplet: DF, C1 and 9B. RGB value is (223,193,155). Sum of RGB (Red+Green+Blue) = 223+193+155=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 155 (60.94% from 255 or 27.15% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC19B is #203E64. Grayscale: #C5C5C5. Windows color (decimal): -2113125 or 10207711. OLE color: 10207711.
HSL color Cylindrical-coordinate representation of color #DFC19B: hue angle of 33.53º 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 #DFC19B is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 155 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.13 |
| HSL | 33.53º | 0.52% | 0.74% | - |
| HSV(B) | 33.53º | 0.3% | 0.87% | - |
| XYZ | 55.42 | 56.19 | 38.94 | - |
| YUV | 197.64 | 103.94 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 155 | 0 | 0.13 | 0.30 | 0.13 | 33.53 | 0.52 | 0.74 |
| Hex | DF | C1 | 9B | 0 | D | 1E | D | 22 | 34 | 4A |
| Octal | 337 | 301 | 233 | 0 | 15 | 36 | 15 | 42 | 64 | 112 |
| Binary | 11011111 | 11000001 | 10011011 | 0 | 1101 | 11110 | 1101 | 100010 | 110100 | 1001010 |
Color Harmonies of #DFC19B
Complementary color
Monochromatic Colors of #DFC19B
Black with #DFC19B
Text Example
Text Example
White with #DFC19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC19B; }
p { color: rgb(223,193,155); }
H1.HeaderClassName
{
color: #DFC19B;
}
.AnyTagClassName
{
color: #DFC19B;
}
</style>
background-color css
<style>
a { background-color: #DFC19B; }
a { background-color: rgb(223,193,155); }
div.DivClassName
{
background-color: #DFC19B;
}
.BgClassName
{
background-color: #DFC19B;
}
</style>
border-color css
<style>
span { border-color: #DFC19B; }
span { border-color: rgb(223,193,155); }
td.TdClassName
{
border-color: #DFC19B;
}
.TagClassName
{
border-color: #DFC19B;
}
</style>