Shades of Raffia #DFC09B
Tints of Raffia #DFC09B
RGB
CMYK
RGB Variations
Color information
#DFC09B (or 0xDFC09B) is known color: Raffia. HEX triplet: DF, C0 and 9B. RGB value is (223,192,155). Sum of RGB (Red+Green+Blue) = 223+192+155=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 155 (60.94% from 255 or 27.19% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC09B is #203F64. Grayscale: #C5C5C5. Windows color (decimal): -2113381 or 10207455. OLE color: 10207455.
HSL color Cylindrical-coordinate representation of color #DFC09B: hue angle of 32.65º 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 #DFC09B is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 155 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.13 |
| HSL | 32.65º | 0.52% | 0.74% | - |
| HSV(B) | 32.65º | 0.3% | 0.87% | - |
| XYZ | 55.2 | 55.75 | 38.86 | - |
| YUV | 197.05 | 104.27 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 155 | 0 | 0.14 | 0.30 | 0.13 | 32.65 | 0.52 | 0.74 |
| Hex | DF | C0 | 9B | 0 | E | 1E | D | 21 | 34 | 4A |
| Octal | 337 | 300 | 233 | 0 | 16 | 36 | 15 | 41 | 64 | 112 |
| Binary | 11011111 | 11000000 | 10011011 | 0 | 1110 | 11110 | 1101 | 100001 | 110100 | 1001010 |
Color Harmonies of #DFC09B
Complementary color
Monochromatic Colors of #DFC09B
Black with #DFC09B
Text Example
Text Example
White with #DFC09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC09B; }
p { color: rgb(223,192,155); }
H1.HeaderClassName
{
color: #DFC09B;
}
.AnyTagClassName
{
color: #DFC09B;
}
</style>
background-color css
<style>
a { background-color: #DFC09B; }
a { background-color: rgb(223,192,155); }
div.DivClassName
{
background-color: #DFC09B;
}
.BgClassName
{
background-color: #DFC09B;
}
</style>
border-color css
<style>
span { border-color: #DFC09B; }
span { border-color: rgb(223,192,155); }
td.TdClassName
{
border-color: #DFC09B;
}
.TagClassName
{
border-color: #DFC09B;
}
</style>