Shades of Deco #CCD77A
Tints of Deco #CCD77A
RGB
CMYK
RGB Variations
Color information
#CCD77A (or 0xCCD77A) is known color: Deco. HEX triplet: CC, D7 and 7A. RGB value is (204,215,122). Sum of RGB (Red+Green+Blue) = 204+215+122=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 215 (84.38% from 255 or 39.74% from 541); Blue value is 122 (48.05% from 255 or 22.55% from 541); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD77A is #332885. Grayscale: #C9C9C9. Windows color (decimal): -3352710 or 8050636. OLE color: 8050636.
HSL color Cylindrical-coordinate representation of color #CCD77A: hue angle of 67.1º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCD77A is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 122 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.16 |
| HSL | 67.1º | 0.54% | 0.66% | - |
| HSV(B) | 67.1º | 0.43% | 0.84% | - |
| XYZ | 52.72 | 62.84 | 27.76 | - |
| YUV | 201.11 | 83.36 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 122 | 0.05 | 0 | 0.43 | 0.16 | 67.1 | 0.54 | 0.66 |
| Hex | CC | D7 | 7A | 5 | 0 | 2B | 10 | 43 | 36 | 42 |
| Octal | 314 | 327 | 172 | 5 | 0 | 53 | 20 | 103 | 66 | 102 |
| Binary | 11001100 | 11010111 | 1111010 | 101 | 0 | 101011 | 10000 | 1000011 | 110110 | 1000010 |
Color Harmonies of #CCD77A
Complementary color
Monochromatic Colors of #CCD77A
Black with #CCD77A
Text Example
Text Example
White with #CCD77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD77A; }
p { color: rgb(204,215,122); }
H1.HeaderClassName
{
color: #CCD77A;
}
.AnyTagClassName
{
color: #CCD77A;
}
</style>
background-color css
<style>
a { background-color: #CCD77A; }
a { background-color: rgb(204,215,122); }
div.DivClassName
{
background-color: #CCD77A;
}
.BgClassName
{
background-color: #CCD77A;
}
</style>
border-color css
<style>
span { border-color: #CCD77A; }
span { border-color: rgb(204,215,122); }
td.TdClassName
{
border-color: #CCD77A;
}
.TagClassName
{
border-color: #CCD77A;
}
</style>