Shades of Deco #CCDD79
Tints of Deco #CCDD79
RGB
CMYK
RGB Variations
Color information
#CCDD79 (or 0xCCDD79) is known color: Deco. HEX triplet: CC, DD and 79. RGB value is (204,221,121). Sum of RGB (Red+Green+Blue) = 204+221+121=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 121 (47.66% from 255 or 22.16% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD79 is #332286. Grayscale: #CCCCCC. Windows color (decimal): -3351175 or 7986636. OLE color: 7986636.
HSL color Cylindrical-coordinate representation of color #CCDD79: hue angle of 70.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCDD79 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 121 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.13 |
| HSL | 70.2º | 0.6% | 0.67% | - |
| HSV(B) | 70.2º | 0.45% | 0.87% | - |
| XYZ | 54.21 | 65.93 | 27.96 | - |
| YUV | 204.52 | 80.87 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 121 | 0.08 | 0 | 0.45 | 0.13 | 70.2 | 0.6 | 0.67 |
| Hex | CC | DD | 79 | 8 | 0 | 2D | D | 46 | 3C | 43 |
| Octal | 314 | 335 | 171 | 10 | 0 | 55 | 15 | 106 | 74 | 103 |
| Binary | 11001100 | 11011101 | 1111001 | 1000 | 0 | 101101 | 1101 | 1000110 | 111100 | 1000011 |
Color Harmonies of #CCDD79
Complementary color
Monochromatic Colors of #CCDD79
Black with #CCDD79
Text Example
Text Example
White with #CCDD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD79; }
p { color: rgb(204,221,121); }
H1.HeaderClassName
{
color: #CCDD79;
}
.AnyTagClassName
{
color: #CCDD79;
}
</style>
background-color css
<style>
a { background-color: #CCDD79; }
a { background-color: rgb(204,221,121); }
div.DivClassName
{
background-color: #CCDD79;
}
.BgClassName
{
background-color: #CCDD79;
}
</style>
border-color css
<style>
span { border-color: #CCDD79; }
span { border-color: rgb(204,221,121); }
td.TdClassName
{
border-color: #CCDD79;
}
.TagClassName
{
border-color: #CCDD79;
}
</style>