Shades of Deco #CCD18F
Tints of Deco #CCD18F
RGB
CMYK
RGB Variations
Color information
#CCD18F (or 0xCCD18F) is known color: Deco. HEX triplet: CC, D1 and 8F. RGB value is (204,209,143). Sum of RGB (Red+Green+Blue) = 204+209+143=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 209 (82.03% from 255 or 37.59% from 556); Blue value is 143 (56.25% from 255 or 25.72% from 556); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD18F is #332E70. Grayscale: #C8C8C8. Windows color (decimal): -3354225 or 9425356. OLE color: 9425356.
HSL color Cylindrical-coordinate representation of color #CCD18F: hue angle of 64.55º 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 #CCD18F is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 143 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.18 |
| HSL | 64.55º | 0.42% | 0.69% | - |
| HSV(B) | 64.55º | 0.32% | 0.82% | - |
| XYZ | 52.66 | 60.42 | 34.87 | - |
| YUV | 199.98 | 95.84 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 143 | 0.02 | 0 | 0.32 | 0.18 | 64.55 | 0.42 | 0.69 |
| Hex | CC | D1 | 8F | 2 | 0 | 20 | 12 | 41 | 2A | 45 |
| Octal | 314 | 321 | 217 | 2 | 0 | 40 | 22 | 101 | 52 | 105 |
| Binary | 11001100 | 11010001 | 10001111 | 10 | 0 | 100000 | 10010 | 1000001 | 101010 | 1000101 |
Color Harmonies of #CCD18F
Complementary color
Monochromatic Colors of #CCD18F
Black with #CCD18F
Text Example
Text Example
White with #CCD18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD18F; }
p { color: rgb(204,209,143); }
H1.HeaderClassName
{
color: #CCD18F;
}
.AnyTagClassName
{
color: #CCD18F;
}
</style>
background-color css
<style>
a { background-color: #CCD18F; }
a { background-color: rgb(204,209,143); }
div.DivClassName
{
background-color: #CCD18F;
}
.BgClassName
{
background-color: #CCD18F;
}
</style>
border-color css
<style>
span { border-color: #CCD18F; }
span { border-color: rgb(204,209,143); }
td.TdClassName
{
border-color: #CCD18F;
}
.TagClassName
{
border-color: #CCD18F;
}
</style>