Shades of Raffia #DFC39B
Tints of Raffia #DFC39B
RGB
CMYK
RGB Variations
Color information
#DFC39B (or 0xDFC39B) is known color: Raffia. HEX triplet: DF, C3 and 9B. RGB value is (223,195,155). Sum of RGB (Red+Green+Blue) = 223+195+155=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC39B is #203C64. Grayscale: #C7C7C7. Windows color (decimal): -2112613 or 10208223. OLE color: 10208223.
HSL color Cylindrical-coordinate representation of color #DFC39B: hue angle of 35.29º 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 #DFC39B is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 155 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.13 |
| HSL | 35.29º | 0.52% | 0.74% | - |
| HSV(B) | 35.29º | 0.3% | 0.87% | - |
| XYZ | 55.86 | 57.08 | 39.08 | - |
| YUV | 198.81 | 103.28 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 155 | 0 | 0.13 | 0.30 | 0.13 | 35.29 | 0.52 | 0.74 |
| Hex | DF | C3 | 9B | 0 | D | 1E | D | 23 | 34 | 4A |
| Octal | 337 | 303 | 233 | 0 | 15 | 36 | 15 | 43 | 64 | 112 |
| Binary | 11011111 | 11000011 | 10011011 | 0 | 1101 | 11110 | 1101 | 100011 | 110100 | 1001010 |
Color Harmonies of #DFC39B
Complementary color
Monochromatic Colors of #DFC39B
Black with #DFC39B
Text Example
Text Example
White with #DFC39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC39B; }
p { color: rgb(223,195,155); }
H1.HeaderClassName
{
color: #DFC39B;
}
.AnyTagClassName
{
color: #DFC39B;
}
</style>
background-color css
<style>
a { background-color: #DFC39B; }
a { background-color: rgb(223,195,155); }
div.DivClassName
{
background-color: #DFC39B;
}
.BgClassName
{
background-color: #DFC39B;
}
</style>
border-color css
<style>
span { border-color: #DFC39B; }
span { border-color: rgb(223,195,155); }
td.TdClassName
{
border-color: #DFC39B;
}
.TagClassName
{
border-color: #DFC39B;
}
</style>