Shades of Raffia #DFC799
Tints of Raffia #DFC799
RGB
CMYK
RGB Variations
Color information
#DFC799 (or 0xDFC799) is known color: Raffia. HEX triplet: DF, C7 and 99. RGB value is (223,199,153). Sum of RGB (Red+Green+Blue) = 223+199+153=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 199 (78.12% from 255 or 34.61% from 575); Blue value is 153 (60.16% from 255 or 26.61% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC799 is #203866. Grayscale: #C9C9C9. Windows color (decimal): -2111591 or 10078175. OLE color: 10078175.
HSL color Cylindrical-coordinate representation of color #DFC799: hue angle of 39.43º 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 #DFC799 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 153 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.13 |
| HSL | 39.43º | 0.52% | 0.74% | - |
| HSV(B) | 39.43º | 0.31% | 0.87% | - |
| XYZ | 56.6 | 58.83 | 38.51 | - |
| YUV | 200.93 | 100.95 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 153 | 0 | 0.11 | 0.31 | 0.13 | 39.43 | 0.52 | 0.74 |
| Hex | DF | C7 | 99 | 0 | B | 1F | D | 27 | 34 | 4A |
| Octal | 337 | 307 | 231 | 0 | 13 | 37 | 15 | 47 | 64 | 112 |
| Binary | 11011111 | 11000111 | 10011001 | 0 | 1011 | 11111 | 1101 | 100111 | 110100 | 1001010 |
Color Harmonies of #DFC799
Complementary color
Monochromatic Colors of #DFC799
Black with #DFC799
Text Example
Text Example
White with #DFC799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC799; }
p { color: rgb(223,199,153); }
H1.HeaderClassName
{
color: #DFC799;
}
.AnyTagClassName
{
color: #DFC799;
}
</style>
background-color css
<style>
a { background-color: #DFC799; }
a { background-color: rgb(223,199,153); }
div.DivClassName
{
background-color: #DFC799;
}
.BgClassName
{
background-color: #DFC799;
}
</style>
border-color css
<style>
span { border-color: #DFC799; }
span { border-color: rgb(223,199,153); }
td.TdClassName
{
border-color: #DFC799;
}
.TagClassName
{
border-color: #DFC799;
}
</style>