Shades of Raffia #DCC79D
Tints of Raffia #DCC79D
RGB
CMYK
RGB Variations
Color information
#DCC79D (or 0xDCC79D) is known color: Raffia. HEX triplet: DC, C7 and 9D. RGB value is (220,199,157). Sum of RGB (Red+Green+Blue) = 220+199+157=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 199 (78.12% from 255 or 34.55% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC79D is #233862. Grayscale: #C8C8C8. Windows color (decimal): -2308195 or 10340316. OLE color: 10340316.
HSL color Cylindrical-coordinate representation of color #DCC79D: hue angle of 40º degrees, saturation: 0.47, 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 #DCC79D is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 157 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.14 |
| HSL | 40º | 0.47% | 0.74% | - |
| HSV(B) | 40º | 0.29% | 0.86% | - |
| XYZ | 56.02 | 58.5 | 40.24 | - |
| YUV | 200.49 | 103.46 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 157 | 0 | 0.10 | 0.29 | 0.14 | 40 | 0.47 | 0.74 |
| Hex | DC | C7 | 9D | 0 | A | 1D | E | 28 | 2F | 4A |
| Octal | 334 | 307 | 235 | 0 | 12 | 35 | 16 | 50 | 57 | 112 |
| Binary | 11011100 | 11000111 | 10011101 | 0 | 1010 | 11101 | 1110 | 101000 | 101111 | 1001010 |
Color Harmonies of #DCC79D
Complementary color
Monochromatic Colors of #DCC79D
Black with #DCC79D
Text Example
Text Example
White with #DCC79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC79D; }
p { color: rgb(220,199,157); }
H1.HeaderClassName
{
color: #DCC79D;
}
.AnyTagClassName
{
color: #DCC79D;
}
</style>
background-color css
<style>
a { background-color: #DCC79D; }
a { background-color: rgb(220,199,157); }
div.DivClassName
{
background-color: #DCC79D;
}
.BgClassName
{
background-color: #DCC79D;
}
</style>
border-color css
<style>
span { border-color: #DCC79D; }
span { border-color: rgb(220,199,157); }
td.TdClassName
{
border-color: #DCC79D;
}
.TagClassName
{
border-color: #DCC79D;
}
</style>