Shades of Deco #CCD58E
Tints of Deco #CCD58E
RGB
CMYK
RGB Variations
Color information
#CCD58E (or 0xCCD58E) is known color: Deco. HEX triplet: CC, D5 and 8E. RGB value is (204,213,142). Sum of RGB (Red+Green+Blue) = 204+213+142=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 213 (83.59% from 255 or 38.10% from 559); Blue value is 142 (55.86% from 255 or 25.40% from 559); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD58E is #332A71. Grayscale: #CACACA. Windows color (decimal): -3353202 or 9360844. OLE color: 9360844.
HSL color Cylindrical-coordinate representation of color #CCD58E: hue angle of 67.61º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCD58E is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 142 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.16 |
| HSL | 67.61º | 0.46% | 0.7% | - |
| HSV(B) | 67.61º | 0.33% | 0.84% | - |
| XYZ | 53.58 | 62.38 | 34.81 | - |
| YUV | 202.22 | 94.02 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 142 | 0.04 | 0 | 0.33 | 0.16 | 67.61 | 0.46 | 0.7 |
| Hex | CC | D5 | 8E | 4 | 0 | 21 | 10 | 44 | 2E | 46 |
| Octal | 314 | 325 | 216 | 4 | 0 | 41 | 20 | 104 | 56 | 106 |
| Binary | 11001100 | 11010101 | 10001110 | 100 | 0 | 100001 | 10000 | 1000100 | 101110 | 1000110 |
Color Harmonies of #CCD58E
Complementary color
Monochromatic Colors of #CCD58E
Black with #CCD58E
Text Example
Text Example
White with #CCD58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD58E; }
p { color: rgb(204,213,142); }
H1.HeaderClassName
{
color: #CCD58E;
}
.AnyTagClassName
{
color: #CCD58E;
}
</style>
background-color css
<style>
a { background-color: #CCD58E; }
a { background-color: rgb(204,213,142); }
div.DivClassName
{
background-color: #CCD58E;
}
.BgClassName
{
background-color: #CCD58E;
}
</style>
border-color css
<style>
span { border-color: #CCD58E; }
span { border-color: rgb(204,213,142); }
td.TdClassName
{
border-color: #CCD58E;
}
.TagClassName
{
border-color: #CCD58E;
}
</style>