Shades of Deco #CCDC7E
Tints of Deco #CCDC7E
RGB
CMYK
RGB Variations
Color information
#CCDC7E (or 0xCCDC7E) is known color: Deco. HEX triplet: CC, DC and 7E. RGB value is (204,220,126). Sum of RGB (Red+Green+Blue) = 204+220+126=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 126 (49.61% from 255 or 22.91% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC7E is #332381. Grayscale: #CCCCCC. Windows color (decimal): -3351426 or 8314060. OLE color: 8314060.
HSL color Cylindrical-coordinate representation of color #CCDC7E: hue angle of 70.21º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCDC7E is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 126 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.14 |
| HSL | 70.21º | 0.57% | 0.68% | - |
| HSV(B) | 70.21º | 0.43% | 0.86% | - |
| XYZ | 54.26 | 65.53 | 29.53 | - |
| YUV | 204.5 | 83.7 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 126 | 0.07 | 0 | 0.43 | 0.14 | 70.21 | 0.57 | 0.68 |
| Hex | CC | DC | 7E | 7 | 0 | 2B | E | 46 | 39 | 44 |
| Octal | 314 | 334 | 176 | 7 | 0 | 53 | 16 | 106 | 71 | 104 |
| Binary | 11001100 | 11011100 | 1111110 | 111 | 0 | 101011 | 1110 | 1000110 | 111001 | 1000100 |
Color Harmonies of #CCDC7E
Complementary color
Monochromatic Colors of #CCDC7E
Black with #CCDC7E
Text Example
Text Example
White with #CCDC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC7E; }
p { color: rgb(204,220,126); }
H1.HeaderClassName
{
color: #CCDC7E;
}
.AnyTagClassName
{
color: #CCDC7E;
}
</style>
background-color css
<style>
a { background-color: #CCDC7E; }
a { background-color: rgb(204,220,126); }
div.DivClassName
{
background-color: #CCDC7E;
}
.BgClassName
{
background-color: #CCDC7E;
}
</style>
border-color css
<style>
span { border-color: #CCDC7E; }
span { border-color: rgb(204,220,126); }
td.TdClassName
{
border-color: #CCDC7E;
}
.TagClassName
{
border-color: #CCDC7E;
}
</style>