Shades of Deco #CCD573
Tints of Deco #CCD573
RGB
CMYK
RGB Variations
Color information
#CCD573 (or 0xCCD573) is known color: Deco. HEX triplet: CC, D5 and 73. RGB value is (204,213,115). Sum of RGB (Red+Green+Blue) = 204+213+115=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 115 (45.31% from 255 or 21.62% from 532); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD573 is #332A8C. Grayscale: #C7C7C7. Windows color (decimal): -3353229 or 7591372. OLE color: 7591372.
HSL color Cylindrical-coordinate representation of color #CCD573: hue angle of 65.51º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCD573 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 115 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.16 |
| HSL | 65.51º | 0.54% | 0.64% | - |
| HSV(B) | 65.51º | 0.46% | 0.84% | - |
| XYZ | 51.79 | 61.66 | 25.39 | - |
| YUV | 199.14 | 80.52 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 115 | 0.04 | 0 | 0.46 | 0.16 | 65.51 | 0.54 | 0.64 |
| Hex | CC | D5 | 73 | 4 | 0 | 2E | 10 | 42 | 36 | 40 |
| Octal | 314 | 325 | 163 | 4 | 0 | 56 | 20 | 102 | 66 | 100 |
| Binary | 11001100 | 11010101 | 1110011 | 100 | 0 | 101110 | 10000 | 1000010 | 110110 | 1000000 |
Color Harmonies of #CCD573
Complementary color
Monochromatic Colors of #CCD573
Black with #CCD573
Text Example
Text Example
White with #CCD573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD573; }
p { color: rgb(204,213,115); }
H1.HeaderClassName
{
color: #CCD573;
}
.AnyTagClassName
{
color: #CCD573;
}
</style>
background-color css
<style>
a { background-color: #CCD573; }
a { background-color: rgb(204,213,115); }
div.DivClassName
{
background-color: #CCD573;
}
.BgClassName
{
background-color: #CCD573;
}
</style>
border-color css
<style>
span { border-color: #CCD573; }
span { border-color: rgb(204,213,115); }
td.TdClassName
{
border-color: #CCD573;
}
.TagClassName
{
border-color: #CCD573;
}
</style>