Shades of Deco #CCCD6F
Tints of Deco #CCCD6F
RGB
CMYK
RGB Variations
Color information
#CCCD6F (or 0xCCCD6F) is known color: Deco. HEX triplet: CC, CD and 6F. RGB value is (204,205,111). Sum of RGB (Red+Green+Blue) = 204+205+111=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 111 (43.75% from 255 or 21.35% from 520); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCD6F is #333290. Grayscale: #C2C2C2. Windows color (decimal): -3355281 or 7327180. OLE color: 7327180.
HSL color Cylindrical-coordinate representation of color #CCCD6F: hue angle of 60.64º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCCD6F is Cyan = 0.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 111 | - |
| CMYK | 0.00 | 0 | 0.46 | 0.20 |
| HSL | 60.64º | 0.48% | 0.62% | - |
| HSV(B) | 60.64º | 0.46% | 0.8% | - |
| XYZ | 49.6 | 57.65 | 23.55 | - |
| YUV | 193.99 | 81.17 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 111 | 0.00 | 0 | 0.46 | 0.20 | 60.64 | 0.48 | 0.62 |
| Hex | CC | CD | 6F | 0 | 0 | 2E | 14 | 3D | 30 | 3E |
| Octal | 314 | 315 | 157 | 0 | 0 | 56 | 24 | 75 | 60 | 76 |
| Binary | 11001100 | 11001101 | 1101111 | 0 | 0 | 101110 | 10100 | 111101 | 110000 | 111110 |
Color Harmonies of #CCCD6F
Complementary color
Monochromatic Colors of #CCCD6F
Black with #CCCD6F
Text Example
Text Example
White with #CCCD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCD6F; }
p { color: rgb(204,205,111); }
H1.HeaderClassName
{
color: #CCCD6F;
}
.AnyTagClassName
{
color: #CCCD6F;
}
</style>
background-color css
<style>
a { background-color: #CCCD6F; }
a { background-color: rgb(204,205,111); }
div.DivClassName
{
background-color: #CCCD6F;
}
.BgClassName
{
background-color: #CCCD6F;
}
</style>
border-color css
<style>
span { border-color: #CCCD6F; }
span { border-color: rgb(204,205,111); }
td.TdClassName
{
border-color: #CCCD6F;
}
.TagClassName
{
border-color: #CCCD6F;
}
</style>