Shades of Raffia #DCC09A
Tints of Raffia #DCC09A
RGB
CMYK
RGB Variations
Color information
#DCC09A (or 0xDCC09A) is known color: Raffia. HEX triplet: DC, C0 and 9A. RGB value is (220,192,154). Sum of RGB (Red+Green+Blue) = 220+192+154=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 154 (60.55% from 255 or 27.21% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC09A is #233F65. Grayscale: #C4C4C4. Windows color (decimal): -2309990 or 10141916. OLE color: 10141916.
HSL color Cylindrical-coordinate representation of color #DCC09A: hue angle of 34.55º 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 #DCC09A is Cyan = 0, Magento = 0.13, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 154 | - |
| CMYK | 0 | 0.13 | 0.3 | 0.14 |
| HSL | 34.55º | 0.49% | 0.73% | - |
| HSV(B) | 34.55º | 0.3% | 0.86% | - |
| XYZ | 54.2 | 55.25 | 38.38 | - |
| YUV | 196.04 | 104.28 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 154 | 0 | 0.13 | 0.3 | 0.14 | 34.55 | 0.49 | 0.73 |
| Hex | DC | C0 | 9A | 0 | D | 1E | E | 23 | 31 | 49 |
| Octal | 334 | 300 | 232 | 0 | 15 | 36 | 16 | 43 | 61 | 111 |
| Binary | 11011100 | 11000000 | 10011010 | 0 | 1101 | 11110 | 1110 | 100011 | 110001 | 1001001 |
Color Harmonies of #DCC09A
Complementary color
Monochromatic Colors of #DCC09A
Black with #DCC09A
Text Example
Text Example
White with #DCC09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC09A; }
p { color: rgb(220,192,154); }
H1.HeaderClassName
{
color: #DCC09A;
}
.AnyTagClassName
{
color: #DCC09A;
}
</style>
background-color css
<style>
a { background-color: #DCC09A; }
a { background-color: rgb(220,192,154); }
div.DivClassName
{
background-color: #DCC09A;
}
.BgClassName
{
background-color: #DCC09A;
}
</style>
border-color css
<style>
span { border-color: #DCC09A; }
span { border-color: rgb(220,192,154); }
td.TdClassName
{
border-color: #DCC09A;
}
.TagClassName
{
border-color: #DCC09A;
}
</style>