Shades of Raffia #DCCAA7
Tints of Raffia #DCCAA7
RGB
CMYK
RGB Variations
Color information
#DCCAA7 (or 0xDCCAA7) is known color: Raffia. HEX triplet: DC, CA and A7. RGB value is (220,202,167). Sum of RGB (Red+Green+Blue) = 220+202+167=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 167 (65.62% from 255 or 28.35% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCAA7 is #233558. Grayscale: #CBCBCB. Windows color (decimal): -2307417 or 10996444. OLE color: 10996444.
HSL color Cylindrical-coordinate representation of color #DCCAA7: hue angle of 39.62º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCCAA7 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 167 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.14 |
| HSL | 39.62º | 0.43% | 0.76% | - |
| HSV(B) | 39.62º | 0.24% | 0.86% | - |
| XYZ | 57.61 | 60.25 | 45.15 | - |
| YUV | 203.39 | 107.46 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 167 | 0 | 0.08 | 0.24 | 0.14 | 39.62 | 0.43 | 0.76 |
| Hex | DC | CA | A7 | 0 | 8 | 18 | E | 28 | 2B | 4C |
| Octal | 334 | 312 | 247 | 0 | 10 | 30 | 16 | 50 | 53 | 114 |
| Binary | 11011100 | 11001010 | 10100111 | 0 | 1000 | 11000 | 1110 | 101000 | 101011 | 1001100 |
Color Harmonies of #DCCAA7
Complementary color
Monochromatic Colors of #DCCAA7
Black with #DCCAA7
Text Example
Text Example
White with #DCCAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAA7; }
p { color: rgb(220,202,167); }
H1.HeaderClassName
{
color: #DCCAA7;
}
.AnyTagClassName
{
color: #DCCAA7;
}
</style>
background-color css
<style>
a { background-color: #DCCAA7; }
a { background-color: rgb(220,202,167); }
div.DivClassName
{
background-color: #DCCAA7;
}
.BgClassName
{
background-color: #DCCAA7;
}
</style>
border-color css
<style>
span { border-color: #DCCAA7; }
span { border-color: rgb(220,202,167); }
td.TdClassName
{
border-color: #DCCAA7;
}
.TagClassName
{
border-color: #DCCAA7;
}
</style>