Shades of Raffia #DCC29A
Tints of Raffia #DCC29A
RGB
CMYK
RGB Variations
Color information
#DCC29A (or 0xDCC29A) is known color: Raffia. HEX triplet: DC, C2 and 9A. RGB value is (220,194,154). Sum of RGB (Red+Green+Blue) = 220+194+154=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 154 (60.55% from 255 or 27.11% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC29A is #233D65. Grayscale: #C5C5C5. Windows color (decimal): -2309478 or 10142428. OLE color: 10142428.
HSL color Cylindrical-coordinate representation of color #DCC29A: hue angle of 36.36º 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 #DCC29A is Cyan = 0, Magento = 0.12, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 154 | - |
| CMYK | 0 | 0.12 | 0.3 | 0.14 |
| HSL | 36.36º | 0.49% | 0.73% | - |
| HSV(B) | 36.36º | 0.3% | 0.86% | - |
| XYZ | 54.64 | 56.13 | 38.53 | - |
| YUV | 197.21 | 103.61 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 154 | 0 | 0.12 | 0.3 | 0.14 | 36.36 | 0.49 | 0.73 |
| Hex | DC | C2 | 9A | 0 | C | 1E | E | 24 | 31 | 49 |
| Octal | 334 | 302 | 232 | 0 | 14 | 36 | 16 | 44 | 61 | 111 |
| Binary | 11011100 | 11000010 | 10011010 | 0 | 1100 | 11110 | 1110 | 100100 | 110001 | 1001001 |
Color Harmonies of #DCC29A
Complementary color
Monochromatic Colors of #DCC29A
Black with #DCC29A
Text Example
Text Example
White with #DCC29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC29A; }
p { color: rgb(220,194,154); }
H1.HeaderClassName
{
color: #DCC29A;
}
.AnyTagClassName
{
color: #DCC29A;
}
</style>
background-color css
<style>
a { background-color: #DCC29A; }
a { background-color: rgb(220,194,154); }
div.DivClassName
{
background-color: #DCC29A;
}
.BgClassName
{
background-color: #DCC29A;
}
</style>
border-color css
<style>
span { border-color: #DCC29A; }
span { border-color: rgb(220,194,154); }
td.TdClassName
{
border-color: #DCC29A;
}
.TagClassName
{
border-color: #DCC29A;
}
</style>