Shades of Raffia #DCCAA9
Tints of Raffia #DCCAA9
RGB
CMYK
RGB Variations
Color information
#DCCAA9 (or 0xDCCAA9) is known color: Raffia. HEX triplet: DC, CA and A9. RGB value is (220,202,169). Sum of RGB (Red+Green+Blue) = 220+202+169=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 169 (66.41% from 255 or 28.60% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCAA9 is #233556. Grayscale: #CBCBCB. Windows color (decimal): -2307415 or 11127516. OLE color: 11127516.
HSL color Cylindrical-coordinate representation of color #DCCAA9: hue angle of 38.82º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCCAA9 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 169 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.14 |
| HSL | 38.82º | 0.42% | 0.76% | - |
| HSV(B) | 38.82º | 0.23% | 0.86% | - |
| XYZ | 57.8 | 60.32 | 46.13 | - |
| YUV | 203.62 | 108.46 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 169 | 0 | 0.08 | 0.23 | 0.14 | 38.82 | 0.42 | 0.76 |
| Hex | DC | CA | A9 | 0 | 8 | 17 | E | 27 | 2A | 4C |
| Octal | 334 | 312 | 251 | 0 | 10 | 27 | 16 | 47 | 52 | 114 |
| Binary | 11011100 | 11001010 | 10101001 | 0 | 1000 | 10111 | 1110 | 100111 | 101010 | 1001100 |
Color Harmonies of #DCCAA9
Complementary color
Monochromatic Colors of #DCCAA9
Black with #DCCAA9
Text Example
Text Example
White with #DCCAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAA9; }
p { color: rgb(220,202,169); }
H1.HeaderClassName
{
color: #DCCAA9;
}
.AnyTagClassName
{
color: #DCCAA9;
}
</style>
background-color css
<style>
a { background-color: #DCCAA9; }
a { background-color: rgb(220,202,169); }
div.DivClassName
{
background-color: #DCCAA9;
}
.BgClassName
{
background-color: #DCCAA9;
}
</style>
border-color css
<style>
span { border-color: #DCCAA9; }
span { border-color: rgb(220,202,169); }
td.TdClassName
{
border-color: #DCCAA9;
}
.TagClassName
{
border-color: #DCCAA9;
}
</style>