Shades of Raffia #DCC59B
Tints of Raffia #DCC59B
RGB
CMYK
RGB Variations
Color information
#DCC59B (or 0xDCC59B) is known color: Raffia. HEX triplet: DC, C5 and 9B. RGB value is (220,197,155). Sum of RGB (Red+Green+Blue) = 220+197+155=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 155 (60.94% from 255 or 27.10% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC59B is #233A64. Grayscale: #C7C7C7. Windows color (decimal): -2308709 or 10208732. OLE color: 10208732.
HSL color Cylindrical-coordinate representation of color #DCC59B: hue angle of 38.77º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCC59B is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 155 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.14 |
| HSL | 38.77º | 0.48% | 0.74% | - |
| HSV(B) | 38.77º | 0.3% | 0.86% | - |
| XYZ | 55.4 | 57.51 | 39.19 | - |
| YUV | 199.09 | 103.12 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 155 | 0 | 0.10 | 0.30 | 0.14 | 38.77 | 0.48 | 0.74 |
| Hex | DC | C5 | 9B | 0 | A | 1E | E | 27 | 30 | 4A |
| Octal | 334 | 305 | 233 | 0 | 12 | 36 | 16 | 47 | 60 | 112 |
| Binary | 11011100 | 11000101 | 10011011 | 0 | 1010 | 11110 | 1110 | 100111 | 110000 | 1001010 |
Color Harmonies of #DCC59B
Complementary color
Monochromatic Colors of #DCC59B
Black with #DCC59B
Text Example
Text Example
White with #DCC59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC59B; }
p { color: rgb(220,197,155); }
H1.HeaderClassName
{
color: #DCC59B;
}
.AnyTagClassName
{
color: #DCC59B;
}
</style>
background-color css
<style>
a { background-color: #DCC59B; }
a { background-color: rgb(220,197,155); }
div.DivClassName
{
background-color: #DCC59B;
}
.BgClassName
{
background-color: #DCC59B;
}
</style>
border-color css
<style>
span { border-color: #DCC59B; }
span { border-color: rgb(220,197,155); }
td.TdClassName
{
border-color: #DCC59B;
}
.TagClassName
{
border-color: #DCC59B;
}
</style>