Shades of Deco #CCD186
Tints of Deco #CCD186
RGB
CMYK
RGB Variations
Color information
#CCD186 (or 0xCCD186) is known color: Deco. HEX triplet: CC, D1 and 86. RGB value is (204,209,134). Sum of RGB (Red+Green+Blue) = 204+209+134=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 209 (82.03% from 255 or 38.21% from 547); Blue value is 134 (52.73% from 255 or 24.50% from 547); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD186 is #332E79. Grayscale: #C7C7C7. Windows color (decimal): -3354234 or 8835532. OLE color: 8835532.
HSL color Cylindrical-coordinate representation of color #CCD186: hue angle of 64º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCD186 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 134 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.18 |
| HSL | 64º | 0.45% | 0.67% | - |
| HSV(B) | 64º | 0.36% | 0.82% | - |
| XYZ | 52.01 | 60.16 | 31.43 | - |
| YUV | 198.96 | 91.34 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 134 | 0.02 | 0 | 0.36 | 0.18 | 64 | 0.45 | 0.67 |
| Hex | CC | D1 | 86 | 2 | 0 | 24 | 12 | 40 | 2D | 43 |
| Octal | 314 | 321 | 206 | 2 | 0 | 44 | 22 | 100 | 55 | 103 |
| Binary | 11001100 | 11010001 | 10000110 | 10 | 0 | 100100 | 10010 | 1000000 | 101101 | 1000011 |
Color Harmonies of #CCD186
Complementary color
Monochromatic Colors of #CCD186
Black with #CCD186
Text Example
Text Example
White with #CCD186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD186; }
p { color: rgb(204,209,134); }
H1.HeaderClassName
{
color: #CCD186;
}
.AnyTagClassName
{
color: #CCD186;
}
</style>
background-color css
<style>
a { background-color: #CCD186; }
a { background-color: rgb(204,209,134); }
div.DivClassName
{
background-color: #CCD186;
}
.BgClassName
{
background-color: #CCD186;
}
</style>
border-color css
<style>
span { border-color: #CCD186; }
span { border-color: rgb(204,209,134); }
td.TdClassName
{
border-color: #CCD186;
}
.TagClassName
{
border-color: #CCD186;
}
</style>