Shades of Deco #CCDD7D
Tints of Deco #CCDD7D
RGB
CMYK
RGB Variations
Color information
#CCDD7D (or 0xCCDD7D) is known color: Deco. HEX triplet: CC, DD and 7D. RGB value is (204,221,125). Sum of RGB (Red+Green+Blue) = 204+221+125=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 125 (49.22% from 255 or 22.73% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD7D is #332282. Grayscale: #CDCDCD. Windows color (decimal): -3351171 or 8248780. OLE color: 8248780.
HSL color Cylindrical-coordinate representation of color #CCDD7D: hue angle of 70.62º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCDD7D is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 125 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.13 |
| HSL | 70.62º | 0.59% | 0.68% | - |
| HSV(B) | 70.62º | 0.43% | 0.87% | - |
| XYZ | 54.46 | 66.03 | 29.28 | - |
| YUV | 204.97 | 82.87 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 125 | 0.08 | 0 | 0.43 | 0.13 | 70.62 | 0.59 | 0.68 |
| Hex | CC | DD | 7D | 8 | 0 | 2B | D | 47 | 3B | 44 |
| Octal | 314 | 335 | 175 | 10 | 0 | 53 | 15 | 107 | 73 | 104 |
| Binary | 11001100 | 11011101 | 1111101 | 1000 | 0 | 101011 | 1101 | 1000111 | 111011 | 1000100 |
Color Harmonies of #CCDD7D
Complementary color
Monochromatic Colors of #CCDD7D
Black with #CCDD7D
Text Example
Text Example
White with #CCDD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD7D; }
p { color: rgb(204,221,125); }
H1.HeaderClassName
{
color: #CCDD7D;
}
.AnyTagClassName
{
color: #CCDD7D;
}
</style>
background-color css
<style>
a { background-color: #CCDD7D; }
a { background-color: rgb(204,221,125); }
div.DivClassName
{
background-color: #CCDD7D;
}
.BgClassName
{
background-color: #CCDD7D;
}
</style>
border-color css
<style>
span { border-color: #CCDD7D; }
span { border-color: rgb(204,221,125); }
td.TdClassName
{
border-color: #CCDD7D;
}
.TagClassName
{
border-color: #CCDD7D;
}
</style>