Shades of Raffia #DCC59D
Tints of Raffia #DCC59D
RGB
CMYK
RGB Variations
Color information
#DCC59D (or 0xDCC59D) is known color: Raffia. HEX triplet: DC, C5 and 9D. RGB value is (220,197,157). Sum of RGB (Red+Green+Blue) = 220+197+157=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 157 (61.72% from 255 or 27.35% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC59D is #233A62. Grayscale: #C7C7C7. Windows color (decimal): -2308707 or 10339804. OLE color: 10339804.
HSL color Cylindrical-coordinate representation of color #DCC59D: hue angle of 38.1º degrees, saturation: 0.47, 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 #DCC59D is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 157 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.14 |
| HSL | 38.1º | 0.47% | 0.74% | - |
| HSV(B) | 38.1º | 0.29% | 0.86% | - |
| XYZ | 55.57 | 57.58 | 40.08 | - |
| YUV | 199.32 | 104.12 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 157 | 0 | 0.10 | 0.29 | 0.14 | 38.1 | 0.47 | 0.74 |
| Hex | DC | C5 | 9D | 0 | A | 1D | E | 26 | 2F | 4A |
| Octal | 334 | 305 | 235 | 0 | 12 | 35 | 16 | 46 | 57 | 112 |
| Binary | 11011100 | 11000101 | 10011101 | 0 | 1010 | 11101 | 1110 | 100110 | 101111 | 1001010 |
Color Harmonies of #DCC59D
Complementary color
Monochromatic Colors of #DCC59D
Black with #DCC59D
Text Example
Text Example
White with #DCC59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC59D; }
p { color: rgb(220,197,157); }
H1.HeaderClassName
{
color: #DCC59D;
}
.AnyTagClassName
{
color: #DCC59D;
}
</style>
background-color css
<style>
a { background-color: #DCC59D; }
a { background-color: rgb(220,197,157); }
div.DivClassName
{
background-color: #DCC59D;
}
.BgClassName
{
background-color: #DCC59D;
}
</style>
border-color css
<style>
span { border-color: #DCC59D; }
span { border-color: rgb(220,197,157); }
td.TdClassName
{
border-color: #DCC59D;
}
.TagClassName
{
border-color: #DCC59D;
}
</style>