Shades of Deco #CCCD74
Tints of Deco #CCCD74
RGB
CMYK
RGB Variations
Color information
#CCCD74 (or 0xCCCD74) is known color: Deco. HEX triplet: CC, CD and 74. RGB value is (204,205,116). Sum of RGB (Red+Green+Blue) = 204+205+116=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 116 (45.70% from 255 or 22.10% from 525); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCD74 is #33328B. Grayscale: #C2C2C2. Windows color (decimal): -3355276 or 7654860. OLE color: 7654860.
HSL color Cylindrical-coordinate representation of color #CCCD74: hue angle of 60.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCCD74 is Cyan = 0.00, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 116 | - |
| CMYK | 0.00 | 0 | 0.43 | 0.20 |
| HSL | 60.67º | 0.47% | 0.63% | - |
| HSV(B) | 60.67º | 0.43% | 0.8% | - |
| XYZ | 49.89 | 57.76 | 25.04 | - |
| YUV | 194.56 | 83.67 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 116 | 0.00 | 0 | 0.43 | 0.20 | 60.67 | 0.47 | 0.63 |
| Hex | CC | CD | 74 | 0 | 0 | 2B | 14 | 3D | 2F | 3F |
| Octal | 314 | 315 | 164 | 0 | 0 | 53 | 24 | 75 | 57 | 77 |
| Binary | 11001100 | 11001101 | 1110100 | 0 | 0 | 101011 | 10100 | 111101 | 101111 | 111111 |
Color Harmonies of #CCCD74
Complementary color
Monochromatic Colors of #CCCD74
Black with #CCCD74
Text Example
Text Example
White with #CCCD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCD74; }
p { color: rgb(204,205,116); }
H1.HeaderClassName
{
color: #CCCD74;
}
.AnyTagClassName
{
color: #CCCD74;
}
</style>
background-color css
<style>
a { background-color: #CCCD74; }
a { background-color: rgb(204,205,116); }
div.DivClassName
{
background-color: #CCCD74;
}
.BgClassName
{
background-color: #CCCD74;
}
</style>
border-color css
<style>
span { border-color: #CCCD74; }
span { border-color: rgb(204,205,116); }
td.TdClassName
{
border-color: #CCCD74;
}
.TagClassName
{
border-color: #CCCD74;
}
</style>