Shades of Raffia #DCC29F
Tints of Raffia #DCC29F
RGB
CMYK
RGB Variations
Color information
#DCC29F (or 0xDCC29F) is known color: Raffia. HEX triplet: DC, C2 and 9F. RGB value is (220,194,159). Sum of RGB (Red+Green+Blue) = 220+194+159=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 159 (62.5% from 255 or 27.75% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC29F is #233D60. Grayscale: #C5C5C5. Windows color (decimal): -2309473 or 10470108. OLE color: 10470108.
HSL color Cylindrical-coordinate representation of color #DCC29F: hue angle of 34.43º 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 #DCC29F is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 159 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.14 |
| HSL | 34.43º | 0.47% | 0.74% | - |
| HSV(B) | 34.43º | 0.28% | 0.86% | - |
| XYZ | 55.07 | 56.3 | 40.77 | - |
| YUV | 197.78 | 106.11 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 159 | 0 | 0.12 | 0.28 | 0.14 | 34.43 | 0.47 | 0.74 |
| Hex | DC | C2 | 9F | 0 | C | 1C | E | 22 | 2F | 4A |
| Octal | 334 | 302 | 237 | 0 | 14 | 34 | 16 | 42 | 57 | 112 |
| Binary | 11011100 | 11000010 | 10011111 | 0 | 1100 | 11100 | 1110 | 100010 | 101111 | 1001010 |
Color Harmonies of #DCC29F
Complementary color
Monochromatic Colors of #DCC29F
Black with #DCC29F
Text Example
Text Example
White with #DCC29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC29F; }
p { color: rgb(220,194,159); }
H1.HeaderClassName
{
color: #DCC29F;
}
.AnyTagClassName
{
color: #DCC29F;
}
</style>
background-color css
<style>
a { background-color: #DCC29F; }
a { background-color: rgb(220,194,159); }
div.DivClassName
{
background-color: #DCC29F;
}
.BgClassName
{
background-color: #DCC29F;
}
</style>
border-color css
<style>
span { border-color: #DCC29F; }
span { border-color: rgb(220,194,159); }
td.TdClassName
{
border-color: #DCC29F;
}
.TagClassName
{
border-color: #DCC29F;
}
</style>