Shades of Raffia #DCC99D
Tints of Raffia #DCC99D
RGB
CMYK
RGB Variations
Color information
#DCC99D (or 0xDCC99D) is known color: Raffia. HEX triplet: DC, C9 and 9D. RGB value is (220,201,157). Sum of RGB (Red+Green+Blue) = 220+201+157=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 157 (61.72% from 255 or 27.16% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC99D is #233662. Grayscale: #C9C9C9. Windows color (decimal): -2307683 or 10340828. OLE color: 10340828.
HSL color Cylindrical-coordinate representation of color #DCC99D: hue angle of 41.9º 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 #DCC99D is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 157 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.14 |
| HSL | 41.9º | 0.47% | 0.74% | - |
| HSV(B) | 41.9º | 0.29% | 0.86% | - |
| XYZ | 56.49 | 59.42 | 40.39 | - |
| YUV | 201.67 | 102.79 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 157 | 0 | 0.09 | 0.29 | 0.14 | 41.9 | 0.47 | 0.74 |
| Hex | DC | C9 | 9D | 0 | 9 | 1D | E | 2A | 2F | 4A |
| Octal | 334 | 311 | 235 | 0 | 11 | 35 | 16 | 52 | 57 | 112 |
| Binary | 11011100 | 11001001 | 10011101 | 0 | 1001 | 11101 | 1110 | 101010 | 101111 | 1001010 |
Color Harmonies of #DCC99D
Complementary color
Monochromatic Colors of #DCC99D
Black with #DCC99D
Text Example
Text Example
White with #DCC99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC99D; }
p { color: rgb(220,201,157); }
H1.HeaderClassName
{
color: #DCC99D;
}
.AnyTagClassName
{
color: #DCC99D;
}
</style>
background-color css
<style>
a { background-color: #DCC99D; }
a { background-color: rgb(220,201,157); }
div.DivClassName
{
background-color: #DCC99D;
}
.BgClassName
{
background-color: #DCC99D;
}
</style>
border-color css
<style>
span { border-color: #DCC99D; }
span { border-color: rgb(220,201,157); }
td.TdClassName
{
border-color: #DCC99D;
}
.TagClassName
{
border-color: #DCC99D;
}
</style>