Shades of Deco #CCCD7B
Tints of Deco #CCCD7B
RGB
CMYK
RGB Variations
Color information
#CCCD7B (or 0xCCCD7B) is known color: Deco. HEX triplet: CC, CD and 7B. RGB value is (204,205,123). Sum of RGB (Red+Green+Blue) = 204+205+123=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 123 (48.44% from 255 or 23.12% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCD7B is #333284. Grayscale: #C3C3C3. Windows color (decimal): -3355269 or 8113612. OLE color: 8113612.
HSL color Cylindrical-coordinate representation of color #CCCD7B: hue angle of 60.73º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCCD7B is Cyan = 0.00, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 123 | - |
| CMYK | 0.00 | 0 | 0.4 | 0.20 |
| HSL | 60.73º | 0.45% | 0.64% | - |
| HSV(B) | 60.73º | 0.4% | 0.8% | - |
| XYZ | 50.31 | 57.93 | 27.27 | - |
| YUV | 195.35 | 87.17 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 123 | 0.00 | 0 | 0.4 | 0.20 | 60.73 | 0.45 | 0.64 |
| Hex | CC | CD | 7B | 0 | 0 | 28 | 14 | 3D | 2D | 40 |
| Octal | 314 | 315 | 173 | 0 | 0 | 50 | 24 | 75 | 55 | 100 |
| Binary | 11001100 | 11001101 | 1111011 | 0 | 0 | 101000 | 10100 | 111101 | 101101 | 1000000 |
Color Harmonies of #CCCD7B
Complementary color
Monochromatic Colors of #CCCD7B
Black with #CCCD7B
Text Example
Text Example
White with #CCCD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCD7B; }
p { color: rgb(204,205,123); }
H1.HeaderClassName
{
color: #CCCD7B;
}
.AnyTagClassName
{
color: #CCCD7B;
}
</style>
background-color css
<style>
a { background-color: #CCCD7B; }
a { background-color: rgb(204,205,123); }
div.DivClassName
{
background-color: #CCCD7B;
}
.BgClassName
{
background-color: #CCCD7B;
}
</style>
border-color css
<style>
span { border-color: #CCCD7B; }
span { border-color: rgb(204,205,123); }
td.TdClassName
{
border-color: #CCCD7B;
}
.TagClassName
{
border-color: #CCCD7B;
}
</style>