Shades of Raffia #DFC396
Tints of Raffia #DFC396
RGB
CMYK
RGB Variations
Color information
#DFC396 (or 0xDFC396) is known color: Raffia. HEX triplet: DF, C3 and 96. RGB value is (223,195,150). Sum of RGB (Red+Green+Blue) = 223+195+150=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 150 (58.98% from 255 or 26.41% from 568); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC396 is #203C69. Grayscale: #C6C6C6. Windows color (decimal): -2112618 or 9880543. OLE color: 9880543.
HSL color Cylindrical-coordinate representation of color #DFC396: hue angle of 36.99º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFC396 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 150 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.13 |
| HSL | 36.99º | 0.53% | 0.73% | - |
| HSV(B) | 36.99º | 0.33% | 0.87% | - |
| XYZ | 55.45 | 56.92 | 36.92 | - |
| YUV | 198.24 | 100.78 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 150 | 0 | 0.13 | 0.33 | 0.13 | 36.99 | 0.53 | 0.73 |
| Hex | DF | C3 | 96 | 0 | D | 21 | D | 25 | 35 | 49 |
| Octal | 337 | 303 | 226 | 0 | 15 | 41 | 15 | 45 | 65 | 111 |
| Binary | 11011111 | 11000011 | 10010110 | 0 | 1101 | 100001 | 1101 | 100101 | 110101 | 1001001 |
Color Harmonies of #DFC396
Complementary color
Monochromatic Colors of #DFC396
Black with #DFC396
Text Example
Text Example
White with #DFC396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC396; }
p { color: rgb(223,195,150); }
H1.HeaderClassName
{
color: #DFC396;
}
.AnyTagClassName
{
color: #DFC396;
}
</style>
background-color css
<style>
a { background-color: #DFC396; }
a { background-color: rgb(223,195,150); }
div.DivClassName
{
background-color: #DFC396;
}
.BgClassName
{
background-color: #DFC396;
}
</style>
border-color css
<style>
span { border-color: #DFC396; }
span { border-color: rgb(223,195,150); }
td.TdClassName
{
border-color: #DFC396;
}
.TagClassName
{
border-color: #DFC396;
}
</style>