Shades of Deco #CCDC8C
Tints of Deco #CCDC8C
RGB
CMYK
RGB Variations
Color information
#CCDC8C (or 0xCCDC8C) is known color: Deco. HEX triplet: CC, DC and 8C. RGB value is (204,220,140). Sum of RGB (Red+Green+Blue) = 204+220+140=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 140 (55.08% from 255 or 24.82% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDC8C is #332373. Grayscale: #CECECE. Windows color (decimal): -3351412 or 9231564. OLE color: 9231564.
HSL color Cylindrical-coordinate representation of color #CCDC8C: hue angle of 72º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCDC8C is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 140 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.14 |
| HSL | 72º | 0.53% | 0.71% | - |
| HSV(B) | 72º | 0.36% | 0.86% | - |
| XYZ | 55.23 | 65.92 | 34.62 | - |
| YUV | 206.1 | 90.7 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 140 | 0.07 | 0 | 0.36 | 0.14 | 72 | 0.53 | 0.71 |
| Hex | CC | DC | 8C | 7 | 0 | 24 | E | 48 | 35 | 47 |
| Octal | 314 | 334 | 214 | 7 | 0 | 44 | 16 | 110 | 65 | 107 |
| Binary | 11001100 | 11011100 | 10001100 | 111 | 0 | 100100 | 1110 | 1001000 | 110101 | 1000111 |
Color Harmonies of #CCDC8C
Complementary color
Monochromatic Colors of #CCDC8C
Black with #CCDC8C
Text Example
Text Example
White with #CCDC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC8C; }
p { color: rgb(204,220,140); }
H1.HeaderClassName
{
color: #CCDC8C;
}
.AnyTagClassName
{
color: #CCDC8C;
}
</style>
background-color css
<style>
a { background-color: #CCDC8C; }
a { background-color: rgb(204,220,140); }
div.DivClassName
{
background-color: #CCDC8C;
}
.BgClassName
{
background-color: #CCDC8C;
}
</style>
border-color css
<style>
span { border-color: #CCDC8C; }
span { border-color: rgb(204,220,140); }
td.TdClassName
{
border-color: #CCDC8C;
}
.TagClassName
{
border-color: #CCDC8C;
}
</style>