Shades of Deco #CCDC7F
Tints of Deco #CCDC7F
RGB
CMYK
RGB Variations
Color information
#CCDC7F (or 0xCCDC7F) is known color: Deco. HEX triplet: CC, DC and 7F. RGB value is (204,220,127). Sum of RGB (Red+Green+Blue) = 204+220+127=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 127 (50% from 255 or 23.05% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC7F is #332380. Grayscale: #CCCCCC. Windows color (decimal): -3351425 or 8379596. OLE color: 8379596.
HSL color Cylindrical-coordinate representation of color #CCDC7F: hue angle of 70.32º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCDC7F is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 127 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.14 |
| HSL | 70.32º | 0.57% | 0.68% | - |
| HSV(B) | 70.32º | 0.42% | 0.86% | - |
| XYZ | 54.33 | 65.56 | 29.87 | - |
| YUV | 204.61 | 84.2 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 127 | 0.07 | 0 | 0.42 | 0.14 | 70.32 | 0.57 | 0.68 |
| Hex | CC | DC | 7F | 7 | 0 | 2A | E | 46 | 39 | 44 |
| Octal | 314 | 334 | 177 | 7 | 0 | 52 | 16 | 106 | 71 | 104 |
| Binary | 11001100 | 11011100 | 1111111 | 111 | 0 | 101010 | 1110 | 1000110 | 111001 | 1000100 |
Color Harmonies of #CCDC7F
Complementary color
Monochromatic Colors of #CCDC7F
Black with #CCDC7F
Text Example
Text Example
White with #CCDC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC7F; }
p { color: rgb(204,220,127); }
H1.HeaderClassName
{
color: #CCDC7F;
}
.AnyTagClassName
{
color: #CCDC7F;
}
</style>
background-color css
<style>
a { background-color: #CCDC7F; }
a { background-color: rgb(204,220,127); }
div.DivClassName
{
background-color: #CCDC7F;
}
.BgClassName
{
background-color: #CCDC7F;
}
</style>
border-color css
<style>
span { border-color: #CCDC7F; }
span { border-color: rgb(204,220,127); }
td.TdClassName
{
border-color: #CCDC7F;
}
.TagClassName
{
border-color: #CCDC7F;
}
</style>