Shades of Deco #CCCD6E
Tints of Deco #CCCD6E
RGB
CMYK
RGB Variations
Color information
#CCCD6E (or 0xCCCD6E) is known color: Deco. HEX triplet: CC, CD and 6E. RGB value is (204,205,110). Sum of RGB (Red+Green+Blue) = 204+205+110=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 110 (43.36% from 255 or 21.19% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCD6E is #333291. Grayscale: #C2C2C2. Windows color (decimal): -3355282 or 7261644. OLE color: 7261644.
HSL color Cylindrical-coordinate representation of color #CCCD6E: hue angle of 60.63º degrees, saturation: 0.49, 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 #CCCD6E is Cyan = 0.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 110 | - |
| CMYK | 0.00 | 0 | 0.46 | 0.20 |
| HSL | 60.63º | 0.49% | 0.62% | - |
| HSV(B) | 60.63º | 0.46% | 0.8% | - |
| XYZ | 49.55 | 57.63 | 23.26 | - |
| YUV | 193.87 | 80.67 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 110 | 0.00 | 0 | 0.46 | 0.20 | 60.63 | 0.49 | 0.62 |
| Hex | CC | CD | 6E | 0 | 0 | 2E | 14 | 3D | 31 | 3E |
| Octal | 314 | 315 | 156 | 0 | 0 | 56 | 24 | 75 | 61 | 76 |
| Binary | 11001100 | 11001101 | 1101110 | 0 | 0 | 101110 | 10100 | 111101 | 110001 | 111110 |
Color Harmonies of #CCCD6E
Complementary color
Monochromatic Colors of #CCCD6E
Black with #CCCD6E
Text Example
Text Example
White with #CCCD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCD6E; }
p { color: rgb(204,205,110); }
H1.HeaderClassName
{
color: #CCCD6E;
}
.AnyTagClassName
{
color: #CCCD6E;
}
</style>
background-color css
<style>
a { background-color: #CCCD6E; }
a { background-color: rgb(204,205,110); }
div.DivClassName
{
background-color: #CCCD6E;
}
.BgClassName
{
background-color: #CCCD6E;
}
</style>
border-color css
<style>
span { border-color: #CCCD6E; }
span { border-color: rgb(204,205,110); }
td.TdClassName
{
border-color: #CCCD6E;
}
.TagClassName
{
border-color: #CCCD6E;
}
</style>