Shades of Deco #CCDA7C
Tints of Deco #CCDA7C
RGB
CMYK
RGB Variations
Color information
#CCDA7C (or 0xCCDA7C) is known color: Deco. HEX triplet: CC, DA and 7C. RGB value is (204,218,124). Sum of RGB (Red+Green+Blue) = 204+218+124=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 124 (48.83% from 255 or 22.71% from 546); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDA7C is #332583. Grayscale: #CBCBCB. Windows color (decimal): -3351940 or 8182476. OLE color: 8182476.
HSL color Cylindrical-coordinate representation of color #CCDA7C: hue angle of 68.94º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCDA7C is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 124 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.15 |
| HSL | 68.94º | 0.56% | 0.67% | - |
| HSV(B) | 68.94º | 0.43% | 0.85% | - |
| XYZ | 53.61 | 64.44 | 28.68 | - |
| YUV | 203.1 | 83.36 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 124 | 0.06 | 0 | 0.43 | 0.15 | 68.94 | 0.56 | 0.67 |
| Hex | CC | DA | 7C | 6 | 0 | 2B | F | 45 | 38 | 43 |
| Octal | 314 | 332 | 174 | 6 | 0 | 53 | 17 | 105 | 70 | 103 |
| Binary | 11001100 | 11011010 | 1111100 | 110 | 0 | 101011 | 1111 | 1000101 | 111000 | 1000011 |
Color Harmonies of #CCDA7C
Complementary color
Monochromatic Colors of #CCDA7C
Black with #CCDA7C
Text Example
Text Example
White with #CCDA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA7C; }
p { color: rgb(204,218,124); }
H1.HeaderClassName
{
color: #CCDA7C;
}
.AnyTagClassName
{
color: #CCDA7C;
}
</style>
background-color css
<style>
a { background-color: #CCDA7C; }
a { background-color: rgb(204,218,124); }
div.DivClassName
{
background-color: #CCDA7C;
}
.BgClassName
{
background-color: #CCDA7C;
}
</style>
border-color css
<style>
span { border-color: #CCDA7C; }
span { border-color: rgb(204,218,124); }
td.TdClassName
{
border-color: #CCDA7C;
}
.TagClassName
{
border-color: #CCDA7C;
}
</style>