Shades of Raffia #DCC89A
Tints of Raffia #DCC89A
RGB
CMYK
RGB Variations
Color information
#DCC89A (or 0xDCC89A) is known color: Raffia. HEX triplet: DC, C8 and 9A. RGB value is (220,200,154). Sum of RGB (Red+Green+Blue) = 220+200+154=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 154 (60.55% from 255 or 26.83% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC89A is #233765. Grayscale: #C8C8C8. Windows color (decimal): -2307942 or 10143964. OLE color: 10143964.
HSL color Cylindrical-coordinate representation of color #DCC89A: hue angle of 41.82º 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 #DCC89A is Cyan = 0, Magento = 0.09, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 154 | - |
| CMYK | 0 | 0.09 | 0.3 | 0.14 |
| HSL | 41.82º | 0.49% | 0.73% | - |
| HSV(B) | 41.82º | 0.3% | 0.86% | - |
| XYZ | 56 | 58.86 | 38.98 | - |
| YUV | 200.74 | 101.63 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 154 | 0 | 0.09 | 0.3 | 0.14 | 41.82 | 0.49 | 0.73 |
| Hex | DC | C8 | 9A | 0 | 9 | 1E | E | 2A | 31 | 49 |
| Octal | 334 | 310 | 232 | 0 | 11 | 36 | 16 | 52 | 61 | 111 |
| Binary | 11011100 | 11001000 | 10011010 | 0 | 1001 | 11110 | 1110 | 101010 | 110001 | 1001001 |
Color Harmonies of #DCC89A
Complementary color
Monochromatic Colors of #DCC89A
Black with #DCC89A
Text Example
Text Example
White with #DCC89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC89A; }
p { color: rgb(220,200,154); }
H1.HeaderClassName
{
color: #DCC89A;
}
.AnyTagClassName
{
color: #DCC89A;
}
</style>
background-color css
<style>
a { background-color: #DCC89A; }
a { background-color: rgb(220,200,154); }
div.DivClassName
{
background-color: #DCC89A;
}
.BgClassName
{
background-color: #DCC89A;
}
</style>
border-color css
<style>
span { border-color: #DCC89A; }
span { border-color: rgb(220,200,154); }
td.TdClassName
{
border-color: #DCC89A;
}
.TagClassName
{
border-color: #DCC89A;
}
</style>