Shades of Deco #CCCD77
Tints of Deco #CCCD77
RGB
CMYK
RGB Variations
Color information
#CCCD77 (or 0xCCCD77) is known color: Deco. HEX triplet: CC, CD and 77. RGB value is (204,205,119). Sum of RGB (Red+Green+Blue) = 204+205+119=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 119 (46.88% from 255 or 22.54% from 528); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCD77 is #333288. Grayscale: #C3C3C3. Windows color (decimal): -3355273 or 7851468. OLE color: 7851468.
HSL color Cylindrical-coordinate representation of color #CCCD77: hue angle of 60.7º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCCD77 is Cyan = 0.00, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 119 | - |
| CMYK | 0.00 | 0 | 0.42 | 0.20 |
| HSL | 60.7º | 0.46% | 0.64% | - |
| HSV(B) | 60.7º | 0.42% | 0.8% | - |
| XYZ | 50.06 | 57.83 | 25.98 | - |
| YUV | 194.9 | 85.17 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 119 | 0.00 | 0 | 0.42 | 0.20 | 60.7 | 0.46 | 0.64 |
| Hex | CC | CD | 77 | 0 | 0 | 2A | 14 | 3D | 2E | 40 |
| Octal | 314 | 315 | 167 | 0 | 0 | 52 | 24 | 75 | 56 | 100 |
| Binary | 11001100 | 11001101 | 1110111 | 0 | 0 | 101010 | 10100 | 111101 | 101110 | 1000000 |
Color Harmonies of #CCCD77
Complementary color
Monochromatic Colors of #CCCD77
Black with #CCCD77
Text Example
Text Example
White with #CCCD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCD77; }
p { color: rgb(204,205,119); }
H1.HeaderClassName
{
color: #CCCD77;
}
.AnyTagClassName
{
color: #CCCD77;
}
</style>
background-color css
<style>
a { background-color: #CCCD77; }
a { background-color: rgb(204,205,119); }
div.DivClassName
{
background-color: #CCCD77;
}
.BgClassName
{
background-color: #CCCD77;
}
</style>
border-color css
<style>
span { border-color: #CCCD77; }
span { border-color: rgb(204,205,119); }
td.TdClassName
{
border-color: #CCCD77;
}
.TagClassName
{
border-color: #CCCD77;
}
</style>