Shades of Deco #CCD975
Tints of Deco #CCD975
RGB
CMYK
RGB Variations
Color information
#CCD975 (or 0xCCD975) is known color: Deco. HEX triplet: CC, D9 and 75. RGB value is (204,217,117). Sum of RGB (Red+Green+Blue) = 204+217+117=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 117 (46.09% from 255 or 21.75% from 538); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD975 is #33268A. Grayscale: #CACACA. Windows color (decimal): -3352203 or 7723468. OLE color: 7723468.
HSL color Cylindrical-coordinate representation of color #CCD975: hue angle of 67.8º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCD975 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 117 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.15 |
| HSL | 67.8º | 0.57% | 0.65% | - |
| HSV(B) | 67.8º | 0.46% | 0.85% | - |
| XYZ | 52.93 | 63.75 | 26.34 | - |
| YUV | 201.71 | 80.19 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 117 | 0.06 | 0 | 0.46 | 0.15 | 67.8 | 0.57 | 0.65 |
| Hex | CC | D9 | 75 | 6 | 0 | 2E | F | 44 | 39 | 41 |
| Octal | 314 | 331 | 165 | 6 | 0 | 56 | 17 | 104 | 71 | 101 |
| Binary | 11001100 | 11011001 | 1110101 | 110 | 0 | 101110 | 1111 | 1000100 | 111001 | 1000001 |
Color Harmonies of #CCD975
Complementary color
Monochromatic Colors of #CCD975
Black with #CCD975
Text Example
Text Example
White with #CCD975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD975; }
p { color: rgb(204,217,117); }
H1.HeaderClassName
{
color: #CCD975;
}
.AnyTagClassName
{
color: #CCD975;
}
</style>
background-color css
<style>
a { background-color: #CCD975; }
a { background-color: rgb(204,217,117); }
div.DivClassName
{
background-color: #CCD975;
}
.BgClassName
{
background-color: #CCD975;
}
</style>
border-color css
<style>
span { border-color: #CCD975; }
span { border-color: rgb(204,217,117); }
td.TdClassName
{
border-color: #CCD975;
}
.TagClassName
{
border-color: #CCD975;
}
</style>