Shades of Raffia #DCC7A1
Tints of Raffia #DCC7A1
RGB
CMYK
RGB Variations
Color information
#DCC7A1 (or 0xDCC7A1) is known color: Raffia. HEX triplet: DC, C7 and A1. RGB value is (220,199,161). Sum of RGB (Red+Green+Blue) = 220+199+161=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 199 (78.12% from 255 or 34.31% from 580); Blue value is 161 (63.28% from 255 or 27.76% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC7A1 is #23385E. Grayscale: #C9C9C9. Windows color (decimal): -2308191 or 10602460. OLE color: 10602460.
HSL color Cylindrical-coordinate representation of color #DCC7A1: hue angle of 38.64º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCC7A1 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 161 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.14 |
| HSL | 38.64º | 0.46% | 0.75% | - |
| HSV(B) | 38.64º | 0.27% | 0.86% | - |
| XYZ | 56.37 | 58.64 | 42.06 | - |
| YUV | 200.95 | 105.46 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 161 | 0 | 0.10 | 0.27 | 0.14 | 38.64 | 0.46 | 0.75 |
| Hex | DC | C7 | A1 | 0 | A | 1B | E | 27 | 2E | 4B |
| Octal | 334 | 307 | 241 | 0 | 12 | 33 | 16 | 47 | 56 | 113 |
| Binary | 11011100 | 11000111 | 10100001 | 0 | 1010 | 11011 | 1110 | 100111 | 101110 | 1001011 |
Color Harmonies of #DCC7A1
Complementary color
Monochromatic Colors of #DCC7A1
Black with #DCC7A1
Text Example
Text Example
White with #DCC7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC7A1; }
p { color: rgb(220,199,161); }
H1.HeaderClassName
{
color: #DCC7A1;
}
.AnyTagClassName
{
color: #DCC7A1;
}
</style>
background-color css
<style>
a { background-color: #DCC7A1; }
a { background-color: rgb(220,199,161); }
div.DivClassName
{
background-color: #DCC7A1;
}
.BgClassName
{
background-color: #DCC7A1;
}
</style>
border-color css
<style>
span { border-color: #DCC7A1; }
span { border-color: rgb(220,199,161); }
td.TdClassName
{
border-color: #DCC7A1;
}
.TagClassName
{
border-color: #DCC7A1;
}
</style>