Shades of Deco #CCD484
Tints of Deco #CCD484
RGB
CMYK
RGB Variations
Color information
#CCD484 (or 0xCCD484) is known color: Deco. HEX triplet: CC, D4 and 84. RGB value is (204,212,132). Sum of RGB (Red+Green+Blue) = 204+212+132=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 212 (83.20% from 255 or 38.69% from 548); Blue value is 132 (51.95% from 255 or 24.09% from 548); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD484 is #332B7B. Grayscale: #C8C8C8. Windows color (decimal): -3353468 or 8705228. OLE color: 8705228.
HSL color Cylindrical-coordinate representation of color #CCD484: hue angle of 66º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCD484 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 132 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.17 |
| HSL | 66º | 0.48% | 0.67% | - |
| HSV(B) | 66º | 0.38% | 0.83% | - |
| XYZ | 52.61 | 61.59 | 30.95 | - |
| YUV | 200.49 | 89.35 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 132 | 0.04 | 0 | 0.38 | 0.17 | 66 | 0.48 | 0.67 |
| Hex | CC | D4 | 84 | 4 | 0 | 26 | 11 | 42 | 30 | 43 |
| Octal | 314 | 324 | 204 | 4 | 0 | 46 | 21 | 102 | 60 | 103 |
| Binary | 11001100 | 11010100 | 10000100 | 100 | 0 | 100110 | 10001 | 1000010 | 110000 | 1000011 |
Color Harmonies of #CCD484
Complementary color
Monochromatic Colors of #CCD484
Black with #CCD484
Text Example
Text Example
White with #CCD484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD484; }
p { color: rgb(204,212,132); }
H1.HeaderClassName
{
color: #CCD484;
}
.AnyTagClassName
{
color: #CCD484;
}
</style>
background-color css
<style>
a { background-color: #CCD484; }
a { background-color: rgb(204,212,132); }
div.DivClassName
{
background-color: #CCD484;
}
.BgClassName
{
background-color: #CCD484;
}
</style>
border-color css
<style>
span { border-color: #CCD484; }
span { border-color: rgb(204,212,132); }
td.TdClassName
{
border-color: #CCD484;
}
.TagClassName
{
border-color: #CCD484;
}
</style>