Shades of Raffia #DCC79E
Tints of Raffia #DCC79E
RGB
CMYK
RGB Variations
Color information
#DCC79E (or 0xDCC79E) is known color: Raffia. HEX triplet: DC, C7 and 9E. RGB value is (220,199,158). Sum of RGB (Red+Green+Blue) = 220+199+158=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 158 (62.11% from 255 or 27.38% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC79E is #233861. Grayscale: #C8C8C8. Windows color (decimal): -2308194 or 10405852. OLE color: 10405852.
HSL color Cylindrical-coordinate representation of color #DCC79E: hue angle of 39.68º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCC79E is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 158 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.14 |
| HSL | 39.68º | 0.47% | 0.74% | - |
| HSV(B) | 39.68º | 0.28% | 0.86% | - |
| XYZ | 56.11 | 58.53 | 40.69 | - |
| YUV | 200.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 158 | 0 | 0.10 | 0.28 | 0.14 | 39.68 | 0.47 | 0.74 |
| Hex | DC | C7 | 9E | 0 | A | 1C | E | 28 | 2F | 4A |
| Octal | 334 | 307 | 236 | 0 | 12 | 34 | 16 | 50 | 57 | 112 |
| Binary | 11011100 | 11000111 | 10011110 | 0 | 1010 | 11100 | 1110 | 101000 | 101111 | 1001010 |
Color Harmonies of #DCC79E
Complementary color
Monochromatic Colors of #DCC79E
Black with #DCC79E
Text Example
Text Example
White with #DCC79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC79E; }
p { color: rgb(220,199,158); }
H1.HeaderClassName
{
color: #DCC79E;
}
.AnyTagClassName
{
color: #DCC79E;
}
</style>
background-color css
<style>
a { background-color: #DCC79E; }
a { background-color: rgb(220,199,158); }
div.DivClassName
{
background-color: #DCC79E;
}
.BgClassName
{
background-color: #DCC79E;
}
</style>
border-color css
<style>
span { border-color: #DCC79E; }
span { border-color: rgb(220,199,158); }
td.TdClassName
{
border-color: #DCC79E;
}
.TagClassName
{
border-color: #DCC79E;
}
</style>