Shades of Raffia #DCC59C
Tints of Raffia #DCC59C
RGB
CMYK
RGB Variations
Color information
#DCC59C (or 0xDCC59C) is known color: Raffia. HEX triplet: DC, C5 and 9C. RGB value is (220,197,156). Sum of RGB (Red+Green+Blue) = 220+197+156=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 197 (77.34% from 255 or 34.38% from 573); Blue value is 156 (61.33% from 255 or 27.23% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC59C is #233A63. Grayscale: #C7C7C7. Windows color (decimal): -2308708 or 10274268. OLE color: 10274268.
HSL color Cylindrical-coordinate representation of color #DCC59C: hue angle of 38.44º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCC59C is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 156 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.14 |
| HSL | 38.44º | 0.48% | 0.74% | - |
| HSV(B) | 38.44º | 0.29% | 0.86% | - |
| XYZ | 55.48 | 57.55 | 39.64 | - |
| YUV | 199.2 | 103.62 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 156 | 0 | 0.10 | 0.29 | 0.14 | 38.44 | 0.48 | 0.74 |
| Hex | DC | C5 | 9C | 0 | A | 1D | E | 26 | 30 | 4A |
| Octal | 334 | 305 | 234 | 0 | 12 | 35 | 16 | 46 | 60 | 112 |
| Binary | 11011100 | 11000101 | 10011100 | 0 | 1010 | 11101 | 1110 | 100110 | 110000 | 1001010 |
Color Harmonies of #DCC59C
Complementary color
Monochromatic Colors of #DCC59C
Black with #DCC59C
Text Example
Text Example
White with #DCC59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC59C; }
p { color: rgb(220,197,156); }
H1.HeaderClassName
{
color: #DCC59C;
}
.AnyTagClassName
{
color: #DCC59C;
}
</style>
background-color css
<style>
a { background-color: #DCC59C; }
a { background-color: rgb(220,197,156); }
div.DivClassName
{
background-color: #DCC59C;
}
.BgClassName
{
background-color: #DCC59C;
}
</style>
border-color css
<style>
span { border-color: #DCC59C; }
span { border-color: rgb(220,197,156); }
td.TdClassName
{
border-color: #DCC59C;
}
.TagClassName
{
border-color: #DCC59C;
}
</style>