Shades of Deco #CCD572
Tints of Deco #CCD572
RGB
CMYK
RGB Variations
Color information
#CCD572 (or 0xCCD572) is known color: Deco. HEX triplet: CC, D5 and 72. RGB value is (204,213,114). Sum of RGB (Red+Green+Blue) = 204+213+114=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD572 is #332A8D. Grayscale: #C7C7C7. Windows color (decimal): -3353230 or 7525836. OLE color: 7525836.
HSL color Cylindrical-coordinate representation of color #CCD572: hue angle of 65.45º 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 #CCD572 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 114 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.16 |
| HSL | 65.45º | 0.54% | 0.64% | - |
| HSV(B) | 65.45º | 0.46% | 0.84% | - |
| XYZ | 51.73 | 61.64 | 25.09 | - |
| YUV | 199.02 | 80.02 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 114 | 0.04 | 0 | 0.46 | 0.16 | 65.45 | 0.54 | 0.64 |
| Hex | CC | D5 | 72 | 4 | 0 | 2E | 10 | 41 | 36 | 40 |
| Octal | 314 | 325 | 162 | 4 | 0 | 56 | 20 | 101 | 66 | 100 |
| Binary | 11001100 | 11010101 | 1110010 | 100 | 0 | 101110 | 10000 | 1000001 | 110110 | 1000000 |
Color Harmonies of #CCD572
Complementary color
Monochromatic Colors of #CCD572
Black with #CCD572
Text Example
Text Example
White with #CCD572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD572; }
p { color: rgb(204,213,114); }
H1.HeaderClassName
{
color: #CCD572;
}
.AnyTagClassName
{
color: #CCD572;
}
</style>
background-color css
<style>
a { background-color: #CCD572; }
a { background-color: rgb(204,213,114); }
div.DivClassName
{
background-color: #CCD572;
}
.BgClassName
{
background-color: #CCD572;
}
</style>
border-color css
<style>
span { border-color: #CCD572; }
span { border-color: rgb(204,213,114); }
td.TdClassName
{
border-color: #CCD572;
}
.TagClassName
{
border-color: #CCD572;
}
</style>