Shades of Deco #CCD97E
Tints of Deco #CCD97E
RGB
CMYK
RGB Variations
Color information
#CCD97E (or 0xCCD97E) is known color: Deco. HEX triplet: CC, D9 and 7E. RGB value is (204,217,126). Sum of RGB (Red+Green+Blue) = 204+217+126=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 126 (49.61% from 255 or 23.03% from 547); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD97E is #332681. Grayscale: #CBCBCB. Windows color (decimal): -3352194 or 8313292. OLE color: 8313292.
HSL color Cylindrical-coordinate representation of color #CCD97E: hue angle of 68.57º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCD97E is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 126 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.15 |
| HSL | 68.57º | 0.54% | 0.67% | - |
| HSV(B) | 68.57º | 0.42% | 0.85% | - |
| XYZ | 53.48 | 63.97 | 29.27 | - |
| YUV | 202.74 | 84.69 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 126 | 0.06 | 0 | 0.42 | 0.15 | 68.57 | 0.54 | 0.67 |
| Hex | CC | D9 | 7E | 6 | 0 | 2A | F | 45 | 36 | 43 |
| Octal | 314 | 331 | 176 | 6 | 0 | 52 | 17 | 105 | 66 | 103 |
| Binary | 11001100 | 11011001 | 1111110 | 110 | 0 | 101010 | 1111 | 1000101 | 110110 | 1000011 |
Color Harmonies of #CCD97E
Complementary color
Monochromatic Colors of #CCD97E
Black with #CCD97E
Text Example
Text Example
White with #CCD97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD97E; }
p { color: rgb(204,217,126); }
H1.HeaderClassName
{
color: #CCD97E;
}
.AnyTagClassName
{
color: #CCD97E;
}
</style>
background-color css
<style>
a { background-color: #CCD97E; }
a { background-color: rgb(204,217,126); }
div.DivClassName
{
background-color: #CCD97E;
}
.BgClassName
{
background-color: #CCD97E;
}
</style>
border-color css
<style>
span { border-color: #CCD97E; }
span { border-color: rgb(204,217,126); }
td.TdClassName
{
border-color: #CCD97E;
}
.TagClassName
{
border-color: #CCD97E;
}
</style>