Shades of Deco #CCCC8D
Tints of Deco #CCCC8D
RGB
CMYK
RGB Variations
Color information
#CCCC8D (or 0xCCCC8D) is known color: Deco. HEX triplet: CC, CC and 8D. RGB value is (204,204,141). Sum of RGB (Red+Green+Blue) = 204+204+141=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCC8D is #333372. Grayscale: #C5C5C5. Windows color (decimal): -3355507 or 9293004. OLE color: 9293004.
HSL color Cylindrical-coordinate representation of color #CCCC8D: hue angle of 60º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCCC8D is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 141 | - |
| CMYK | 0 | 0 | 0.31 | 0.2 |
| HSL | 60º | 0.38% | 0.68% | - |
| HSV(B) | 60º | 0.31% | 0.8% | - |
| XYZ | 51.3 | 57.95 | 33.68 | - |
| YUV | 196.82 | 96.5 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 141 | 0 | 0 | 0.31 | 0.2 | 60 | 0.38 | 0.68 |
| Hex | CC | CC | 8D | 0 | 0 | 1F | 14 | 3C | 26 | 44 |
| Octal | 314 | 314 | 215 | 0 | 0 | 37 | 24 | 74 | 46 | 104 |
| Binary | 11001100 | 11001100 | 10001101 | 0 | 0 | 11111 | 10100 | 111100 | 100110 | 1000100 |
Color Harmonies of #CCCC8D
Complementary color
Monochromatic Colors of #CCCC8D
Black with #CCCC8D
Text Example
Text Example
White with #CCCC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC8D; }
p { color: rgb(204,204,141); }
H1.HeaderClassName
{
color: #CCCC8D;
}
.AnyTagClassName
{
color: #CCCC8D;
}
</style>
background-color css
<style>
a { background-color: #CCCC8D; }
a { background-color: rgb(204,204,141); }
div.DivClassName
{
background-color: #CCCC8D;
}
.BgClassName
{
background-color: #CCCC8D;
}
</style>
border-color css
<style>
span { border-color: #CCCC8D; }
span { border-color: rgb(204,204,141); }
td.TdClassName
{
border-color: #CCCC8D;
}
.TagClassName
{
border-color: #CCCC8D;
}
</style>