Shades of Raffia #DCCA9F
Tints of Raffia #DCCA9F
RGB
CMYK
RGB Variations
Color information
#DCCA9F (or 0xDCCA9F) is known color: Raffia. HEX triplet: DC, CA and 9F. RGB value is (220,202,159). Sum of RGB (Red+Green+Blue) = 220+202+159=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 159 (62.5% from 255 or 27.37% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCA9F is #233560. Grayscale: #CACACA. Windows color (decimal): -2307425 or 10472156. OLE color: 10472156.
HSL color Cylindrical-coordinate representation of color #DCCA9F: hue angle of 42.3º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCCA9F is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 159 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.14 |
| HSL | 42.3º | 0.47% | 0.74% | - |
| HSV(B) | 42.3º | 0.28% | 0.86% | - |
| XYZ | 56.89 | 59.96 | 41.38 | - |
| YUV | 202.48 | 103.46 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 159 | 0 | 0.08 | 0.28 | 0.14 | 42.3 | 0.47 | 0.74 |
| Hex | DC | CA | 9F | 0 | 8 | 1C | E | 2A | 2F | 4A |
| Octal | 334 | 312 | 237 | 0 | 10 | 34 | 16 | 52 | 57 | 112 |
| Binary | 11011100 | 11001010 | 10011111 | 0 | 1000 | 11100 | 1110 | 101010 | 101111 | 1001010 |
Color Harmonies of #DCCA9F
Complementary color
Monochromatic Colors of #DCCA9F
Black with #DCCA9F
Text Example
Text Example
White with #DCCA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA9F; }
p { color: rgb(220,202,159); }
H1.HeaderClassName
{
color: #DCCA9F;
}
.AnyTagClassName
{
color: #DCCA9F;
}
</style>
background-color css
<style>
a { background-color: #DCCA9F; }
a { background-color: rgb(220,202,159); }
div.DivClassName
{
background-color: #DCCA9F;
}
.BgClassName
{
background-color: #DCCA9F;
}
</style>
border-color css
<style>
span { border-color: #DCCA9F; }
span { border-color: rgb(220,202,159); }
td.TdClassName
{
border-color: #DCCA9F;
}
.TagClassName
{
border-color: #DCCA9F;
}
</style>