Shades of Deco #CCCD7C
Tints of Deco #CCCD7C
RGB
CMYK
RGB Variations
Color information
#CCCD7C (or 0xCCCD7C) is known color: Deco. HEX triplet: CC, CD and 7C. RGB value is (204,205,124). Sum of RGB (Red+Green+Blue) = 204+205+124=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 124 (48.83% from 255 or 23.26% from 533); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCD7C is #333283. Grayscale: #C3C3C3. Windows color (decimal): -3355268 or 8179148. OLE color: 8179148.
HSL color Cylindrical-coordinate representation of color #CCCD7C: hue angle of 60.74º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCCD7C is Cyan = 0.00, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 124 | - |
| CMYK | 0.00 | 0 | 0.40 | 0.20 |
| HSL | 60.74º | 0.45% | 0.65% | - |
| HSV(B) | 60.74º | 0.4% | 0.8% | - |
| XYZ | 50.37 | 57.96 | 27.6 | - |
| YUV | 195.47 | 87.67 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 124 | 0.00 | 0 | 0.40 | 0.20 | 60.74 | 0.45 | 0.65 |
| Hex | CC | CD | 7C | 0 | 0 | 28 | 14 | 3D | 2D | 41 |
| Octal | 314 | 315 | 174 | 0 | 0 | 50 | 24 | 75 | 55 | 101 |
| Binary | 11001100 | 11001101 | 1111100 | 0 | 0 | 101000 | 10100 | 111101 | 101101 | 1000001 |
Color Harmonies of #CCCD7C
Complementary color
Monochromatic Colors of #CCCD7C
Black with #CCCD7C
Text Example
Text Example
White with #CCCD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCD7C; }
p { color: rgb(204,205,124); }
H1.HeaderClassName
{
color: #CCCD7C;
}
.AnyTagClassName
{
color: #CCCD7C;
}
</style>
background-color css
<style>
a { background-color: #CCCD7C; }
a { background-color: rgb(204,205,124); }
div.DivClassName
{
background-color: #CCCD7C;
}
.BgClassName
{
background-color: #CCCD7C;
}
</style>
border-color css
<style>
span { border-color: #CCCD7C; }
span { border-color: rgb(204,205,124); }
td.TdClassName
{
border-color: #CCCD7C;
}
.TagClassName
{
border-color: #CCCD7C;
}
</style>