Shades of Deco #CCD478
Tints of Deco #CCD478
RGB
CMYK
RGB Variations
Color information
#CCD478 (or 0xCCD478) is known color: Deco. HEX triplet: CC, D4 and 78. RGB value is (204,212,120). Sum of RGB (Red+Green+Blue) = 204+212+120=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 120 (47.27% from 255 or 22.39% from 536); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD478 is #332B87. Grayscale: #C7C7C7. Windows color (decimal): -3353480 or 7918796. OLE color: 7918796.
HSL color Cylindrical-coordinate representation of color #CCD478: hue angle of 65.22º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCD478 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 120 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.17 |
| HSL | 65.22º | 0.52% | 0.65% | - |
| HSV(B) | 65.22º | 0.43% | 0.83% | - |
| XYZ | 51.84 | 61.28 | 26.87 | - |
| YUV | 199.12 | 83.35 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 120 | 0.04 | 0 | 0.43 | 0.17 | 65.22 | 0.52 | 0.65 |
| Hex | CC | D4 | 78 | 4 | 0 | 2B | 11 | 41 | 34 | 41 |
| Octal | 314 | 324 | 170 | 4 | 0 | 53 | 21 | 101 | 64 | 101 |
| Binary | 11001100 | 11010100 | 1111000 | 100 | 0 | 101011 | 10001 | 1000001 | 110100 | 1000001 |
Color Harmonies of #CCD478
Complementary color
Monochromatic Colors of #CCD478
Black with #CCD478
Text Example
Text Example
White with #CCD478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD478; }
p { color: rgb(204,212,120); }
H1.HeaderClassName
{
color: #CCD478;
}
.AnyTagClassName
{
color: #CCD478;
}
</style>
background-color css
<style>
a { background-color: #CCD478; }
a { background-color: rgb(204,212,120); }
div.DivClassName
{
background-color: #CCD478;
}
.BgClassName
{
background-color: #CCD478;
}
</style>
border-color css
<style>
span { border-color: #CCD478; }
span { border-color: rgb(204,212,120); }
td.TdClassName
{
border-color: #CCD478;
}
.TagClassName
{
border-color: #CCD478;
}
</style>