Shades of Deco #CCD18A
Tints of Deco #CCD18A
RGB
CMYK
RGB Variations
Color information
#CCD18A (or 0xCCD18A) is known color: Deco. HEX triplet: CC, D1 and 8A. RGB value is (204,209,138). Sum of RGB (Red+Green+Blue) = 204+209+138=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD18A is #332E75. Grayscale: #C7C7C7. Windows color (decimal): -3354230 or 9097676. OLE color: 9097676.
HSL color Cylindrical-coordinate representation of color #CCD18A: hue angle of 64.23º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCD18A is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 138 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.18 |
| HSL | 64.23º | 0.44% | 0.68% | - |
| HSV(B) | 64.23º | 0.34% | 0.82% | - |
| XYZ | 52.29 | 60.27 | 32.92 | - |
| YUV | 199.41 | 93.34 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 138 | 0.02 | 0 | 0.34 | 0.18 | 64.23 | 0.44 | 0.68 |
| Hex | CC | D1 | 8A | 2 | 0 | 22 | 12 | 40 | 2C | 44 |
| Octal | 314 | 321 | 212 | 2 | 0 | 42 | 22 | 100 | 54 | 104 |
| Binary | 11001100 | 11010001 | 10001010 | 10 | 0 | 100010 | 10010 | 1000000 | 101100 | 1000100 |
Color Harmonies of #CCD18A
Complementary color
Monochromatic Colors of #CCD18A
Black with #CCD18A
Text Example
Text Example
White with #CCD18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD18A; }
p { color: rgb(204,209,138); }
H1.HeaderClassName
{
color: #CCD18A;
}
.AnyTagClassName
{
color: #CCD18A;
}
</style>
background-color css
<style>
a { background-color: #CCD18A; }
a { background-color: rgb(204,209,138); }
div.DivClassName
{
background-color: #CCD18A;
}
.BgClassName
{
background-color: #CCD18A;
}
</style>
border-color css
<style>
span { border-color: #CCD18A; }
span { border-color: rgb(204,209,138); }
td.TdClassName
{
border-color: #CCD18A;
}
.TagClassName
{
border-color: #CCD18A;
}
</style>