Shades of Raffia #DFC299
Tints of Raffia #DFC299
RGB
CMYK
RGB Variations
Color information
#DFC299 (or 0xDFC299) is known color: Raffia. HEX triplet: DF, C2 and 99. RGB value is (223,194,153). Sum of RGB (Red+Green+Blue) = 223+194+153=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 153 (60.16% from 255 or 26.84% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC299 is #203D66. Grayscale: #C6C6C6. Windows color (decimal): -2112871 or 10076895. OLE color: 10076895.
HSL color Cylindrical-coordinate representation of color #DFC299: hue angle of 35.14º 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 #DFC299 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 153 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.13 |
| HSL | 35.14º | 0.52% | 0.74% | - |
| HSV(B) | 35.14º | 0.31% | 0.87% | - |
| XYZ | 55.47 | 56.57 | 38.13 | - |
| YUV | 198 | 102.61 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 153 | 0 | 0.13 | 0.31 | 0.13 | 35.14 | 0.52 | 0.74 |
| Hex | DF | C2 | 99 | 0 | D | 1F | D | 23 | 34 | 4A |
| Octal | 337 | 302 | 231 | 0 | 15 | 37 | 15 | 43 | 64 | 112 |
| Binary | 11011111 | 11000010 | 10011001 | 0 | 1101 | 11111 | 1101 | 100011 | 110100 | 1001010 |
Color Harmonies of #DFC299
Complementary color
Monochromatic Colors of #DFC299
Black with #DFC299
Text Example
Text Example
White with #DFC299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC299; }
p { color: rgb(223,194,153); }
H1.HeaderClassName
{
color: #DFC299;
}
.AnyTagClassName
{
color: #DFC299;
}
</style>
background-color css
<style>
a { background-color: #DFC299; }
a { background-color: rgb(223,194,153); }
div.DivClassName
{
background-color: #DFC299;
}
.BgClassName
{
background-color: #DFC299;
}
</style>
border-color css
<style>
span { border-color: #DFC299; }
span { border-color: rgb(223,194,153); }
td.TdClassName
{
border-color: #DFC299;
}
.TagClassName
{
border-color: #DFC299;
}
</style>