Shades of Deco #CCD977
Tints of Deco #CCD977
RGB
CMYK
RGB Variations
Color information
#CCD977 (or 0xCCD977) is known color: Deco. HEX triplet: CC, D9 and 77. RGB value is (204,217,119). Sum of RGB (Red+Green+Blue) = 204+217+119=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 217 (85.16% from 255 or 40.19% from 540); Blue value is 119 (46.88% from 255 or 22.04% from 540); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD977 is #332688. Grayscale: #CACACA. Windows color (decimal): -3352201 or 7854540. OLE color: 7854540.
HSL color Cylindrical-coordinate representation of color #CCD977: hue angle of 67.96º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCD977 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 119 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.15 |
| HSL | 67.96º | 0.56% | 0.66% | - |
| HSV(B) | 67.96º | 0.45% | 0.85% | - |
| XYZ | 53.04 | 63.79 | 26.97 | - |
| YUV | 201.94 | 81.19 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 119 | 0.06 | 0 | 0.45 | 0.15 | 67.96 | 0.56 | 0.66 |
| Hex | CC | D9 | 77 | 6 | 0 | 2D | F | 44 | 38 | 42 |
| Octal | 314 | 331 | 167 | 6 | 0 | 55 | 17 | 104 | 70 | 102 |
| Binary | 11001100 | 11011001 | 1110111 | 110 | 0 | 101101 | 1111 | 1000100 | 111000 | 1000010 |
Color Harmonies of #CCD977
Complementary color
Monochromatic Colors of #CCD977
Black with #CCD977
Text Example
Text Example
White with #CCD977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD977; }
p { color: rgb(204,217,119); }
H1.HeaderClassName
{
color: #CCD977;
}
.AnyTagClassName
{
color: #CCD977;
}
</style>
background-color css
<style>
a { background-color: #CCD977; }
a { background-color: rgb(204,217,119); }
div.DivClassName
{
background-color: #CCD977;
}
.BgClassName
{
background-color: #CCD977;
}
</style>
border-color css
<style>
span { border-color: #CCD977; }
span { border-color: rgb(204,217,119); }
td.TdClassName
{
border-color: #CCD977;
}
.TagClassName
{
border-color: #CCD977;
}
</style>