Shades of Deco #CCD18E
Tints of Deco #CCD18E
RGB
CMYK
RGB Variations
Color information
#CCD18E (or 0xCCD18E) is known color: Deco. HEX triplet: CC, D1 and 8E. RGB value is (204,209,142). Sum of RGB (Red+Green+Blue) = 204+209+142=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 142 (55.86% from 255 or 25.59% from 555); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD18E is #332E71. Grayscale: #C8C8C8. Windows color (decimal): -3354226 or 9359820. OLE color: 9359820.
HSL color Cylindrical-coordinate representation of color #CCD18E: hue angle of 64.48º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCD18E is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 142 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.18 |
| HSL | 64.48º | 0.42% | 0.69% | - |
| HSV(B) | 64.48º | 0.32% | 0.82% | - |
| XYZ | 52.58 | 60.39 | 34.48 | - |
| YUV | 199.87 | 95.34 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 142 | 0.02 | 0 | 0.32 | 0.18 | 64.48 | 0.42 | 0.69 |
| Hex | CC | D1 | 8E | 2 | 0 | 20 | 12 | 40 | 2A | 45 |
| Octal | 314 | 321 | 216 | 2 | 0 | 40 | 22 | 100 | 52 | 105 |
| Binary | 11001100 | 11010001 | 10001110 | 10 | 0 | 100000 | 10010 | 1000000 | 101010 | 1000101 |
Color Harmonies of #CCD18E
Complementary color
Monochromatic Colors of #CCD18E
Black with #CCD18E
Text Example
Text Example
White with #CCD18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD18E; }
p { color: rgb(204,209,142); }
H1.HeaderClassName
{
color: #CCD18E;
}
.AnyTagClassName
{
color: #CCD18E;
}
</style>
background-color css
<style>
a { background-color: #CCD18E; }
a { background-color: rgb(204,209,142); }
div.DivClassName
{
background-color: #CCD18E;
}
.BgClassName
{
background-color: #CCD18E;
}
</style>
border-color css
<style>
span { border-color: #CCD18E; }
span { border-color: rgb(204,209,142); }
td.TdClassName
{
border-color: #CCD18E;
}
.TagClassName
{
border-color: #CCD18E;
}
</style>