Shades of Raffia #DCC3A4
Tints of Raffia #DCC3A4
RGB
CMYK
RGB Variations
Color information
#DCC3A4 (or 0xDCC3A4) is known color: Raffia. HEX triplet: DC, C3 and A4. RGB value is (220,195,164). Sum of RGB (Red+Green+Blue) = 220+195+164=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 195 (76.56% from 255 or 33.68% from 579); Blue value is 164 (64.45% from 255 or 28.32% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC3A4 is #233C5B. Grayscale: #C7C7C7. Windows color (decimal): -2309212 or 10798044. OLE color: 10798044.
HSL color Cylindrical-coordinate representation of color #DCC3A4: hue angle of 33.21º 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 #DCC3A4 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 164 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.14 |
| HSL | 33.21º | 0.44% | 0.75% | - |
| HSV(B) | 33.21º | 0.25% | 0.86% | - |
| XYZ | 55.73 | 56.93 | 43.17 | - |
| YUV | 198.94 | 108.28 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 164 | 0 | 0.11 | 0.25 | 0.14 | 33.21 | 0.44 | 0.75 |
| Hex | DC | C3 | A4 | 0 | B | 19 | E | 21 | 2C | 4B |
| Octal | 334 | 303 | 244 | 0 | 13 | 31 | 16 | 41 | 54 | 113 |
| Binary | 11011100 | 11000011 | 10100100 | 0 | 1011 | 11001 | 1110 | 100001 | 101100 | 1001011 |
Color Harmonies of #DCC3A4
Complementary color
Monochromatic Colors of #DCC3A4
Black with #DCC3A4
Text Example
Text Example
White with #DCC3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC3A4; }
p { color: rgb(220,195,164); }
H1.HeaderClassName
{
color: #DCC3A4;
}
.AnyTagClassName
{
color: #DCC3A4;
}
</style>
background-color css
<style>
a { background-color: #DCC3A4; }
a { background-color: rgb(220,195,164); }
div.DivClassName
{
background-color: #DCC3A4;
}
.BgClassName
{
background-color: #DCC3A4;
}
</style>
border-color css
<style>
span { border-color: #DCC3A4; }
span { border-color: rgb(220,195,164); }
td.TdClassName
{
border-color: #DCC3A4;
}
.TagClassName
{
border-color: #DCC3A4;
}
</style>