Shades of Deco #CCDC7A
Tints of Deco #CCDC7A
RGB
CMYK
RGB Variations
Color information
#CCDC7A (or 0xCCDC7A) is known color: Deco. HEX triplet: CC, DC and 7A. RGB value is (204,220,122). Sum of RGB (Red+Green+Blue) = 204+220+122=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 122 (48.05% from 255 or 22.34% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC7A is #332385. Grayscale: #CCCCCC. Windows color (decimal): -3351430 or 8051916. OLE color: 8051916.
HSL color Cylindrical-coordinate representation of color #CCDC7A: hue angle of 69.8º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCDC7A is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 122 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.14 |
| HSL | 69.8º | 0.58% | 0.67% | - |
| HSV(B) | 69.8º | 0.45% | 0.86% | - |
| XYZ | 54.01 | 65.43 | 28.19 | - |
| YUV | 204.04 | 81.7 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 122 | 0.07 | 0 | 0.45 | 0.14 | 69.8 | 0.58 | 0.67 |
| Hex | CC | DC | 7A | 7 | 0 | 2D | E | 46 | 3A | 43 |
| Octal | 314 | 334 | 172 | 7 | 0 | 55 | 16 | 106 | 72 | 103 |
| Binary | 11001100 | 11011100 | 1111010 | 111 | 0 | 101101 | 1110 | 1000110 | 111010 | 1000011 |
Color Harmonies of #CCDC7A
Complementary color
Monochromatic Colors of #CCDC7A
Black with #CCDC7A
Text Example
Text Example
White with #CCDC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC7A; }
p { color: rgb(204,220,122); }
H1.HeaderClassName
{
color: #CCDC7A;
}
.AnyTagClassName
{
color: #CCDC7A;
}
</style>
background-color css
<style>
a { background-color: #CCDC7A; }
a { background-color: rgb(204,220,122); }
div.DivClassName
{
background-color: #CCDC7A;
}
.BgClassName
{
background-color: #CCDC7A;
}
</style>
border-color css
<style>
span { border-color: #CCDC7A; }
span { border-color: rgb(204,220,122); }
td.TdClassName
{
border-color: #CCDC7A;
}
.TagClassName
{
border-color: #CCDC7A;
}
</style>