Shades of Deco #CCD774
Tints of Deco #CCD774
RGB
CMYK
RGB Variations
Color information
#CCD774 (or 0xCCD774) is known color: Deco. HEX triplet: CC, D7 and 74. RGB value is (204,215,116). Sum of RGB (Red+Green+Blue) = 204+215+116=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 116 (45.70% from 255 or 21.68% from 535); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD774 is #33288B. Grayscale: #C8C8C8. Windows color (decimal): -3352716 or 7657420. OLE color: 7657420.
HSL color Cylindrical-coordinate representation of color #CCD774: hue angle of 66.67º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCD774 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 116 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.16 |
| HSL | 66.67º | 0.55% | 0.65% | - |
| HSV(B) | 66.67º | 0.46% | 0.84% | - |
| XYZ | 52.35 | 62.7 | 25.87 | - |
| YUV | 200.43 | 80.36 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 116 | 0.05 | 0 | 0.46 | 0.16 | 66.67 | 0.55 | 0.65 |
| Hex | CC | D7 | 74 | 5 | 0 | 2E | 10 | 43 | 37 | 41 |
| Octal | 314 | 327 | 164 | 5 | 0 | 56 | 20 | 103 | 67 | 101 |
| Binary | 11001100 | 11010111 | 1110100 | 101 | 0 | 101110 | 10000 | 1000011 | 110111 | 1000001 |
Color Harmonies of #CCD774
Complementary color
Monochromatic Colors of #CCD774
Black with #CCD774
Text Example
Text Example
White with #CCD774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD774; }
p { color: rgb(204,215,116); }
H1.HeaderClassName
{
color: #CCD774;
}
.AnyTagClassName
{
color: #CCD774;
}
</style>
background-color css
<style>
a { background-color: #CCD774; }
a { background-color: rgb(204,215,116); }
div.DivClassName
{
background-color: #CCD774;
}
.BgClassName
{
background-color: #CCD774;
}
</style>
border-color css
<style>
span { border-color: #CCD774; }
span { border-color: rgb(204,215,116); }
td.TdClassName
{
border-color: #CCD774;
}
.TagClassName
{
border-color: #CCD774;
}
</style>