Shades of Deco #CCD78C
Tints of Deco #CCD78C
RGB
CMYK
RGB Variations
Color information
#CCD78C (or 0xCCD78C) is known color: Deco. HEX triplet: CC, D7 and 8C. RGB value is (204,215,140). Sum of RGB (Red+Green+Blue) = 204+215+140=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 215 (84.38% from 255 or 38.46% from 559); Blue value is 140 (55.08% from 255 or 25.04% from 559); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD78C is #332873. Grayscale: #CBCBCB. Windows color (decimal): -3352692 or 9230284. OLE color: 9230284.
HSL color Cylindrical-coordinate representation of color #CCD78C: hue angle of 68.8º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCD78C is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 140 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.16 |
| HSL | 68.8º | 0.48% | 0.7% | - |
| HSV(B) | 68.8º | 0.35% | 0.84% | - |
| XYZ | 53.94 | 63.33 | 34.19 | - |
| YUV | 203.16 | 92.36 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 140 | 0.05 | 0 | 0.35 | 0.16 | 68.8 | 0.48 | 0.7 |
| Hex | CC | D7 | 8C | 5 | 0 | 23 | 10 | 45 | 30 | 46 |
| Octal | 314 | 327 | 214 | 5 | 0 | 43 | 20 | 105 | 60 | 106 |
| Binary | 11001100 | 11010111 | 10001100 | 101 | 0 | 100011 | 10000 | 1000101 | 110000 | 1000110 |
Color Harmonies of #CCD78C
Complementary color
Monochromatic Colors of #CCD78C
Black with #CCD78C
Text Example
Text Example
White with #CCD78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD78C; }
p { color: rgb(204,215,140); }
H1.HeaderClassName
{
color: #CCD78C;
}
.AnyTagClassName
{
color: #CCD78C;
}
</style>
background-color css
<style>
a { background-color: #CCD78C; }
a { background-color: rgb(204,215,140); }
div.DivClassName
{
background-color: #CCD78C;
}
.BgClassName
{
background-color: #CCD78C;
}
</style>
border-color css
<style>
span { border-color: #CCD78C; }
span { border-color: rgb(204,215,140); }
td.TdClassName
{
border-color: #CCD78C;
}
.TagClassName
{
border-color: #CCD78C;
}
</style>