Shades of Raffia #DCC8A4
Tints of Raffia #DCC8A4
RGB
CMYK
RGB Variations
Color information
#DCC8A4 (or 0xDCC8A4) is known color: Raffia. HEX triplet: DC, C8 and A4. RGB value is (220,200,164). Sum of RGB (Red+Green+Blue) = 220+200+164=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 200 (78.52% from 255 or 34.25% from 584); Blue value is 164 (64.45% from 255 or 28.08% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC8A4 is #23375B. Grayscale: #CACACA. Windows color (decimal): -2307932 or 10799324. OLE color: 10799324.
HSL color Cylindrical-coordinate representation of color #DCC8A4: hue angle of 38.57º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCC8A4 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 164 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.14 |
| HSL | 38.57º | 0.44% | 0.75% | - |
| HSV(B) | 38.57º | 0.25% | 0.86% | - |
| XYZ | 56.87 | 59.2 | 43.55 | - |
| YUV | 201.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 164 | 0 | 0.09 | 0.25 | 0.14 | 38.57 | 0.44 | 0.75 |
| Hex | DC | C8 | A4 | 0 | 9 | 19 | E | 27 | 2C | 4B |
| Octal | 334 | 310 | 244 | 0 | 11 | 31 | 16 | 47 | 54 | 113 |
| Binary | 11011100 | 11001000 | 10100100 | 0 | 1001 | 11001 | 1110 | 100111 | 101100 | 1001011 |
Color Harmonies of #DCC8A4
Complementary color
Monochromatic Colors of #DCC8A4
Black with #DCC8A4
Text Example
Text Example
White with #DCC8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC8A4; }
p { color: rgb(220,200,164); }
H1.HeaderClassName
{
color: #DCC8A4;
}
.AnyTagClassName
{
color: #DCC8A4;
}
</style>
background-color css
<style>
a { background-color: #DCC8A4; }
a { background-color: rgb(220,200,164); }
div.DivClassName
{
background-color: #DCC8A4;
}
.BgClassName
{
background-color: #DCC8A4;
}
</style>
border-color css
<style>
span { border-color: #DCC8A4; }
span { border-color: rgb(220,200,164); }
td.TdClassName
{
border-color: #DCC8A4;
}
.TagClassName
{
border-color: #DCC8A4;
}
</style>