Shades of Raffia #DCC79A
Tints of Raffia #DCC79A
RGB
CMYK
RGB Variations
Color information
#DCC79A (or 0xDCC79A) is known color: Raffia. HEX triplet: DC, C7 and 9A. RGB value is (220,199,154). Sum of RGB (Red+Green+Blue) = 220+199+154=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 199 (78.12% from 255 or 34.73% from 573); Blue value is 154 (60.55% from 255 or 26.88% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC79A is #233865. Grayscale: #C8C8C8. Windows color (decimal): -2308198 or 10143708. OLE color: 10143708.
HSL color Cylindrical-coordinate representation of color #DCC79A: hue angle of 40.91º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCC79A is Cyan = 0, Magento = 0.10, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 154 | - |
| CMYK | 0 | 0.10 | 0.3 | 0.14 |
| HSL | 40.91º | 0.49% | 0.73% | - |
| HSV(B) | 40.91º | 0.3% | 0.86% | - |
| XYZ | 55.77 | 58.4 | 38.9 | - |
| YUV | 200.15 | 101.96 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 154 | 0 | 0.10 | 0.3 | 0.14 | 40.91 | 0.49 | 0.73 |
| Hex | DC | C7 | 9A | 0 | A | 1E | E | 29 | 31 | 49 |
| Octal | 334 | 307 | 232 | 0 | 12 | 36 | 16 | 51 | 61 | 111 |
| Binary | 11011100 | 11000111 | 10011010 | 0 | 1010 | 11110 | 1110 | 101001 | 110001 | 1001001 |
Color Harmonies of #DCC79A
Complementary color
Monochromatic Colors of #DCC79A
Black with #DCC79A
Text Example
Text Example
White with #DCC79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC79A; }
p { color: rgb(220,199,154); }
H1.HeaderClassName
{
color: #DCC79A;
}
.AnyTagClassName
{
color: #DCC79A;
}
</style>
background-color css
<style>
a { background-color: #DCC79A; }
a { background-color: rgb(220,199,154); }
div.DivClassName
{
background-color: #DCC79A;
}
.BgClassName
{
background-color: #DCC79A;
}
</style>
border-color css
<style>
span { border-color: #DCC79A; }
span { border-color: rgb(220,199,154); }
td.TdClassName
{
border-color: #DCC79A;
}
.TagClassName
{
border-color: #DCC79A;
}
</style>