Shades of Deco #CCCC86
Tints of Deco #CCCC86
RGB
CMYK
RGB Variations
Color information
#CCCC86 (or 0xCCCC86) is known color: Deco. HEX triplet: CC, CC and 86. RGB value is (204,204,134). Sum of RGB (Red+Green+Blue) = 204+204+134=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 134 (52.73% from 255 or 24.72% from 542); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCC86 is #333379. Grayscale: #C4C4C4. Windows color (decimal): -3355514 or 8834252. OLE color: 8834252.
HSL color Cylindrical-coordinate representation of color #CCCC86: hue angle of 60º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCCC86 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 134 | - |
| CMYK | 0 | 0 | 0.34 | 0.2 |
| HSL | 60º | 0.41% | 0.66% | - |
| HSV(B) | 60º | 0.34% | 0.8% | - |
| XYZ | 50.8 | 57.74 | 31.02 | - |
| YUV | 196.02 | 93 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 134 | 0 | 0 | 0.34 | 0.2 | 60 | 0.41 | 0.66 |
| Hex | CC | CC | 86 | 0 | 0 | 22 | 14 | 3C | 29 | 42 |
| Octal | 314 | 314 | 206 | 0 | 0 | 42 | 24 | 74 | 51 | 102 |
| Binary | 11001100 | 11001100 | 10000110 | 0 | 0 | 100010 | 10100 | 111100 | 101001 | 1000010 |
Color Harmonies of #CCCC86
Complementary color
Monochromatic Colors of #CCCC86
Black with #CCCC86
Text Example
Text Example
White with #CCCC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC86; }
p { color: rgb(204,204,134); }
H1.HeaderClassName
{
color: #CCCC86;
}
.AnyTagClassName
{
color: #CCCC86;
}
</style>
background-color css
<style>
a { background-color: #CCCC86; }
a { background-color: rgb(204,204,134); }
div.DivClassName
{
background-color: #CCCC86;
}
.BgClassName
{
background-color: #CCCC86;
}
</style>
border-color css
<style>
span { border-color: #CCCC86; }
span { border-color: rgb(204,204,134); }
td.TdClassName
{
border-color: #CCCC86;
}
.TagClassName
{
border-color: #CCCC86;
}
</style>