Shades of Deco #C9D88D
Tints of Deco #C9D88D
RGB
CMYK
RGB Variations
Color information
#C9D88D (or 0xC9D88D) is known color: Deco. HEX triplet: C9, D8 and 8D. RGB value is (201,216,141). Sum of RGB (Red+Green+Blue) = 201+216+141=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 216 (84.77% from 255 or 38.71% from 558); Blue value is 141 (55.47% from 255 or 25.27% from 558); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D88D is #362772. Grayscale: #CBCBCB. Windows color (decimal): -3549043 or 9296073. OLE color: 9296073.
HSL color Cylindrical-coordinate representation of color #C9D88D: hue angle of 72º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C9D88D is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 216 | 141 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.15 |
| HSL | 72º | 0.49% | 0.7% | - |
| HSV(B) | 72º | 0.35% | 0.85% | - |
| XYZ | 53.45 | 63.45 | 34.63 | - |
| YUV | 202.97 | 93.03 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 216 | 141 | 0.07 | 0 | 0.35 | 0.15 | 72 | 0.49 | 0.7 |
| Hex | C9 | D8 | 8D | 7 | 0 | 23 | F | 48 | 31 | 46 |
| Octal | 311 | 330 | 215 | 7 | 0 | 43 | 17 | 110 | 61 | 106 |
| Binary | 11001001 | 11011000 | 10001101 | 111 | 0 | 100011 | 1111 | 1001000 | 110001 | 1000110 |
Color Harmonies of #C9D88D
Complementary color
Monochromatic Colors of #C9D88D
Black with #C9D88D
Text Example
Text Example
White with #C9D88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D88D; }
p { color: rgb(201,216,141); }
H1.HeaderClassName
{
color: #C9D88D;
}
.AnyTagClassName
{
color: #C9D88D;
}
</style>
background-color css
<style>
a { background-color: #C9D88D; }
a { background-color: rgb(201,216,141); }
div.DivClassName
{
background-color: #C9D88D;
}
.BgClassName
{
background-color: #C9D88D;
}
</style>
border-color css
<style>
span { border-color: #C9D88D; }
span { border-color: rgb(201,216,141); }
td.TdClassName
{
border-color: #C9D88D;
}
.TagClassName
{
border-color: #C9D88D;
}
</style>