Shades of Deco #CCCE6F
Tints of Deco #CCCE6F
RGB
CMYK
RGB Variations
Color information
#CCCE6F (or 0xCCCE6F) is known color: Deco. HEX triplet: CC, CE and 6F. RGB value is (204,206,111). Sum of RGB (Red+Green+Blue) = 204+206+111=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 111 (43.75% from 255 or 21.31% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCE6F is #333190. Grayscale: #C2C2C2. Windows color (decimal): -3355025 or 7327436. OLE color: 7327436.
HSL color Cylindrical-coordinate representation of color #CCCE6F: hue angle of 61.26º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCCE6F is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 111 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.19 |
| HSL | 61.26º | 0.49% | 0.62% | - |
| HSV(B) | 61.26º | 0.46% | 0.81% | - |
| XYZ | 49.84 | 58.13 | 23.63 | - |
| YUV | 194.57 | 80.84 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 111 | 0.01 | 0 | 0.46 | 0.19 | 61.26 | 0.49 | 0.62 |
| Hex | CC | CE | 6F | 1 | 0 | 2E | 13 | 3D | 31 | 3E |
| Octal | 314 | 316 | 157 | 1 | 0 | 56 | 23 | 75 | 61 | 76 |
| Binary | 11001100 | 11001110 | 1101111 | 1 | 0 | 101110 | 10011 | 111101 | 110001 | 111110 |
Color Harmonies of #CCCE6F
Complementary color
Monochromatic Colors of #CCCE6F
Black with #CCCE6F
Text Example
Text Example
White with #CCCE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE6F; }
p { color: rgb(204,206,111); }
H1.HeaderClassName
{
color: #CCCE6F;
}
.AnyTagClassName
{
color: #CCCE6F;
}
</style>
background-color css
<style>
a { background-color: #CCCE6F; }
a { background-color: rgb(204,206,111); }
div.DivClassName
{
background-color: #CCCE6F;
}
.BgClassName
{
background-color: #CCCE6F;
}
</style>
border-color css
<style>
span { border-color: #CCCE6F; }
span { border-color: rgb(204,206,111); }
td.TdClassName
{
border-color: #CCCE6F;
}
.TagClassName
{
border-color: #CCCE6F;
}
</style>