Shades of Raffia #DFC69B
Tints of Raffia #DFC69B
RGB
CMYK
RGB Variations
Color information
#DFC69B (or 0xDFC69B) is known color: Raffia. HEX triplet: DF, C6 and 9B. RGB value is (223,198,155). Sum of RGB (Red+Green+Blue) = 223+198+155=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 155 (60.94% from 255 or 26.91% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC69B is #203964. Grayscale: #C8C8C8. Windows color (decimal): -2111845 or 10208991. OLE color: 10208991.
HSL color Cylindrical-coordinate representation of color #DFC69B: hue angle of 37.94º 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 #DFC69B is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 155 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.13 |
| HSL | 37.94º | 0.52% | 0.74% | - |
| HSV(B) | 37.94º | 0.3% | 0.87% | - |
| XYZ | 56.54 | 58.44 | 39.31 | - |
| YUV | 200.57 | 102.28 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 155 | 0 | 0.11 | 0.30 | 0.13 | 37.94 | 0.52 | 0.74 |
| Hex | DF | C6 | 9B | 0 | B | 1E | D | 26 | 34 | 4A |
| Octal | 337 | 306 | 233 | 0 | 13 | 36 | 15 | 46 | 64 | 112 |
| Binary | 11011111 | 11000110 | 10011011 | 0 | 1011 | 11110 | 1101 | 100110 | 110100 | 1001010 |
Color Harmonies of #DFC69B
Complementary color
Monochromatic Colors of #DFC69B
Black with #DFC69B
Text Example
Text Example
White with #DFC69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC69B; }
p { color: rgb(223,198,155); }
H1.HeaderClassName
{
color: #DFC69B;
}
.AnyTagClassName
{
color: #DFC69B;
}
</style>
background-color css
<style>
a { background-color: #DFC69B; }
a { background-color: rgb(223,198,155); }
div.DivClassName
{
background-color: #DFC69B;
}
.BgClassName
{
background-color: #DFC69B;
}
</style>
border-color css
<style>
span { border-color: #DFC69B; }
span { border-color: rgb(223,198,155); }
td.TdClassName
{
border-color: #DFC69B;
}
.TagClassName
{
border-color: #DFC69B;
}
</style>