Shades of Deco #CCD97C
Tints of Deco #CCD97C
RGB
CMYK
RGB Variations
Color information
#CCD97C (or 0xCCD97C) is known color: Deco. HEX triplet: CC, D9 and 7C. RGB value is (204,217,124). Sum of RGB (Red+Green+Blue) = 204+217+124=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 217 (85.16% from 255 or 39.82% from 545); Blue value is 124 (48.83% from 255 or 22.75% from 545); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD97C is #332683. Grayscale: #CACACA. Windows color (decimal): -3352196 or 8182220. OLE color: 8182220.
HSL color Cylindrical-coordinate representation of color #CCD97C: hue angle of 68.39º degrees, saturation: 0.55, 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 #CCD97C is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 124 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.15 |
| HSL | 68.39º | 0.55% | 0.67% | - |
| HSV(B) | 68.39º | 0.43% | 0.85% | - |
| XYZ | 53.35 | 63.92 | 28.59 | - |
| YUV | 202.51 | 83.69 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 124 | 0.06 | 0 | 0.43 | 0.15 | 68.39 | 0.55 | 0.67 |
| Hex | CC | D9 | 7C | 6 | 0 | 2B | F | 44 | 37 | 43 |
| Octal | 314 | 331 | 174 | 6 | 0 | 53 | 17 | 104 | 67 | 103 |
| Binary | 11001100 | 11011001 | 1111100 | 110 | 0 | 101011 | 1111 | 1000100 | 110111 | 1000011 |
Color Harmonies of #CCD97C
Complementary color
Monochromatic Colors of #CCD97C
Black with #CCD97C
Text Example
Text Example
White with #CCD97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD97C; }
p { color: rgb(204,217,124); }
H1.HeaderClassName
{
color: #CCD97C;
}
.AnyTagClassName
{
color: #CCD97C;
}
</style>
background-color css
<style>
a { background-color: #CCD97C; }
a { background-color: rgb(204,217,124); }
div.DivClassName
{
background-color: #CCD97C;
}
.BgClassName
{
background-color: #CCD97C;
}
</style>
border-color css
<style>
span { border-color: #CCD97C; }
span { border-color: rgb(204,217,124); }
td.TdClassName
{
border-color: #CCD97C;
}
.TagClassName
{
border-color: #CCD97C;
}
</style>