Shades of Raffia #DCC79C
Tints of Raffia #DCC79C
RGB
CMYK
RGB Variations
Color information
#DCC79C (or 0xDCC79C) is known color: Raffia. HEX triplet: DC, C7 and 9C. RGB value is (220,199,156). Sum of RGB (Red+Green+Blue) = 220+199+156=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 199 (78.12% from 255 or 34.61% from 575); Blue value is 156 (61.33% from 255 or 27.13% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC79C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC79C is #233863. Grayscale: #C8C8C8. Windows color (decimal): -2308196 or 10274780. OLE color: 10274780.
HSL color Cylindrical-coordinate representation of color #DCC79C: hue angle of 40.31º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCC79C is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 156 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.14 |
| HSL | 40.31º | 0.48% | 0.74% | - |
| HSV(B) | 40.31º | 0.29% | 0.86% | - |
| XYZ | 55.94 | 58.46 | 39.79 | - |
| YUV | 200.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 156 | 0 | 0.10 | 0.29 | 0.14 | 40.31 | 0.48 | 0.74 |
| Hex | DC | C7 | 9C | 0 | A | 1D | E | 28 | 30 | 4A |
| Octal | 334 | 307 | 234 | 0 | 12 | 35 | 16 | 50 | 60 | 112 |
| Binary | 11011100 | 11000111 | 10011100 | 0 | 1010 | 11101 | 1110 | 101000 | 110000 | 1001010 |
Color Harmonies of #DCC79C
Complementary color
Monochromatic Colors of #DCC79C
Black with #DCC79C
Text Example
Text Example
White with #DCC79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC79C; }
p { color: rgb(220,199,156); }
H1.HeaderClassName
{
color: #DCC79C;
}
.AnyTagClassName
{
color: #DCC79C;
}
</style>
background-color css
<style>
a { background-color: #DCC79C; }
a { background-color: rgb(220,199,156); }
div.DivClassName
{
background-color: #DCC79C;
}
.BgClassName
{
background-color: #DCC79C;
}
</style>
border-color css
<style>
span { border-color: #DCC79C; }
span { border-color: rgb(220,199,156); }
td.TdClassName
{
border-color: #DCC79C;
}
.TagClassName
{
border-color: #DCC79C;
}
</style>