Shades of Deco #CCDC85
Tints of Deco #CCDC85
RGB
CMYK
RGB Variations
Color information
#CCDC85 (or 0xCCDC85) is known color: Deco. HEX triplet: CC, DC and 85. RGB value is (204,220,133). Sum of RGB (Red+Green+Blue) = 204+220+133=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 133 (52.34% from 255 or 23.88% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDC85 is #33237A. Grayscale: #CDCDCD. Windows color (decimal): -3351419 or 8772812. OLE color: 8772812.
HSL color Cylindrical-coordinate representation of color #CCDC85: hue angle of 71.03º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCDC85 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 133 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.14 |
| HSL | 71.03º | 0.55% | 0.69% | - |
| HSV(B) | 71.03º | 0.4% | 0.86% | - |
| XYZ | 54.73 | 65.72 | 31.99 | - |
| YUV | 205.3 | 87.2 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 133 | 0.07 | 0 | 0.40 | 0.14 | 71.03 | 0.55 | 0.69 |
| Hex | CC | DC | 85 | 7 | 0 | 28 | E | 47 | 37 | 45 |
| Octal | 314 | 334 | 205 | 7 | 0 | 50 | 16 | 107 | 67 | 105 |
| Binary | 11001100 | 11011100 | 10000101 | 111 | 0 | 101000 | 1110 | 1000111 | 110111 | 1000101 |
Color Harmonies of #CCDC85
Complementary color
Monochromatic Colors of #CCDC85
Black with #CCDC85
Text Example
Text Example
White with #CCDC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC85; }
p { color: rgb(204,220,133); }
H1.HeaderClassName
{
color: #CCDC85;
}
.AnyTagClassName
{
color: #CCDC85;
}
</style>
background-color css
<style>
a { background-color: #CCDC85; }
a { background-color: rgb(204,220,133); }
div.DivClassName
{
background-color: #CCDC85;
}
.BgClassName
{
background-color: #CCDC85;
}
</style>
border-color css
<style>
span { border-color: #CCDC85; }
span { border-color: rgb(204,220,133); }
td.TdClassName
{
border-color: #CCDC85;
}
.TagClassName
{
border-color: #CCDC85;
}
</style>