Shades of Deco #CCD272
Tints of Deco #CCD272
RGB
CMYK
RGB Variations
Color information
#CCD272 (or 0xCCD272) is known color: Deco. HEX triplet: CC, D2 and 72. RGB value is (204,210,114). Sum of RGB (Red+Green+Blue) = 204+210+114=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 114 (44.92% from 255 or 21.59% from 528); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD272 is #332D8D. Grayscale: #C5C5C5. Windows color (decimal): -3353998 or 7525068. OLE color: 7525068.
HSL color Cylindrical-coordinate representation of color #CCD272: hue angle of 63.75º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCD272 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 114 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.18 |
| HSL | 63.75º | 0.52% | 0.64% | - |
| HSV(B) | 63.75º | 0.46% | 0.82% | - |
| XYZ | 50.99 | 60.15 | 24.84 | - |
| YUV | 197.26 | 81.01 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 114 | 0.03 | 0 | 0.46 | 0.18 | 63.75 | 0.52 | 0.64 |
| Hex | CC | D2 | 72 | 3 | 0 | 2E | 12 | 40 | 34 | 40 |
| Octal | 314 | 322 | 162 | 3 | 0 | 56 | 22 | 100 | 64 | 100 |
| Binary | 11001100 | 11010010 | 1110010 | 11 | 0 | 101110 | 10010 | 1000000 | 110100 | 1000000 |
Color Harmonies of #CCD272
Complementary color
Monochromatic Colors of #CCD272
Black with #CCD272
Text Example
Text Example
White with #CCD272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD272; }
p { color: rgb(204,210,114); }
H1.HeaderClassName
{
color: #CCD272;
}
.AnyTagClassName
{
color: #CCD272;
}
</style>
background-color css
<style>
a { background-color: #CCD272; }
a { background-color: rgb(204,210,114); }
div.DivClassName
{
background-color: #CCD272;
}
.BgClassName
{
background-color: #CCD272;
}
</style>
border-color css
<style>
span { border-color: #CCD272; }
span { border-color: rgb(204,210,114); }
td.TdClassName
{
border-color: #CCD272;
}
.TagClassName
{
border-color: #CCD272;
}
</style>