Shades of Raffia #DFC39A
Tints of Raffia #DFC39A
RGB
CMYK
RGB Variations
Color information
#DFC39A (or 0xDFC39A) is known color: Raffia. HEX triplet: DF, C3 and 9A. RGB value is (223,195,154). Sum of RGB (Red+Green+Blue) = 223+195+154=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 195 (76.56% from 255 or 34.09% from 572); Blue value is 154 (60.55% from 255 or 26.92% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC39A is #203C65. Grayscale: #C6C6C6. Windows color (decimal): -2112614 or 10142687. OLE color: 10142687.
HSL color Cylindrical-coordinate representation of color #DFC39A: hue angle of 35.65º 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 #DFC39A is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 154 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.13 |
| HSL | 35.65º | 0.52% | 0.74% | - |
| HSV(B) | 35.65º | 0.31% | 0.87% | - |
| XYZ | 55.78 | 57.05 | 38.64 | - |
| YUV | 198.7 | 102.78 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 154 | 0 | 0.13 | 0.31 | 0.13 | 35.65 | 0.52 | 0.74 |
| Hex | DF | C3 | 9A | 0 | D | 1F | D | 24 | 34 | 4A |
| Octal | 337 | 303 | 232 | 0 | 15 | 37 | 15 | 44 | 64 | 112 |
| Binary | 11011111 | 11000011 | 10011010 | 0 | 1101 | 11111 | 1101 | 100100 | 110100 | 1001010 |
Color Harmonies of #DFC39A
Complementary color
Monochromatic Colors of #DFC39A
Black with #DFC39A
Text Example
Text Example
White with #DFC39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC39A; }
p { color: rgb(223,195,154); }
H1.HeaderClassName
{
color: #DFC39A;
}
.AnyTagClassName
{
color: #DFC39A;
}
</style>
background-color css
<style>
a { background-color: #DFC39A; }
a { background-color: rgb(223,195,154); }
div.DivClassName
{
background-color: #DFC39A;
}
.BgClassName
{
background-color: #DFC39A;
}
</style>
border-color css
<style>
span { border-color: #DFC39A; }
span { border-color: rgb(223,195,154); }
td.TdClassName
{
border-color: #DFC39A;
}
.TagClassName
{
border-color: #DFC39A;
}
</style>