Shades of Deco #CCDD84
Tints of Deco #CCDD84
RGB
CMYK
RGB Variations
Color information
#CCDD84 (or 0xCCDD84) is known color: Deco. HEX triplet: CC, DD and 84. RGB value is (204,221,132). Sum of RGB (Red+Green+Blue) = 204+221+132=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 132 (51.95% from 255 or 23.70% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDD84 is #33227B. Grayscale: #CECECE. Windows color (decimal): -3351164 or 8707532. OLE color: 8707532.
HSL color Cylindrical-coordinate representation of color #CCDD84: hue angle of 71.46º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCDD84 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 132 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.13 |
| HSL | 71.46º | 0.57% | 0.69% | - |
| HSV(B) | 71.46º | 0.4% | 0.87% | - |
| XYZ | 54.92 | 66.22 | 31.72 | - |
| YUV | 205.77 | 86.37 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 132 | 0.08 | 0 | 0.40 | 0.13 | 71.46 | 0.57 | 0.69 |
| Hex | CC | DD | 84 | 8 | 0 | 28 | D | 47 | 39 | 45 |
| Octal | 314 | 335 | 204 | 10 | 0 | 50 | 15 | 107 | 71 | 105 |
| Binary | 11001100 | 11011101 | 10000100 | 1000 | 0 | 101000 | 1101 | 1000111 | 111001 | 1000101 |
Color Harmonies of #CCDD84
Complementary color
Monochromatic Colors of #CCDD84
Black with #CCDD84
Text Example
Text Example
White with #CCDD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD84; }
p { color: rgb(204,221,132); }
H1.HeaderClassName
{
color: #CCDD84;
}
.AnyTagClassName
{
color: #CCDD84;
}
</style>
background-color css
<style>
a { background-color: #CCDD84; }
a { background-color: rgb(204,221,132); }
div.DivClassName
{
background-color: #CCDD84;
}
.BgClassName
{
background-color: #CCDD84;
}
</style>
border-color css
<style>
span { border-color: #CCDD84; }
span { border-color: rgb(204,221,132); }
td.TdClassName
{
border-color: #CCDD84;
}
.TagClassName
{
border-color: #CCDD84;
}
</style>