Shades of Deco #CCD87A
Tints of Deco #CCD87A
RGB
CMYK
RGB Variations
Color information
#CCD87A (or 0xCCD87A) is known color: Deco. HEX triplet: CC, D8 and 7A. RGB value is (204,216,122). Sum of RGB (Red+Green+Blue) = 204+216+122=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 122 (48.05% from 255 or 22.51% from 542); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD87A is #332785. Grayscale: #CACACA. Windows color (decimal): -3352454 or 8050892. OLE color: 8050892.
HSL color Cylindrical-coordinate representation of color #CCD87A: hue angle of 67.66º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCD87A is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 122 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.15 |
| HSL | 67.66º | 0.55% | 0.66% | - |
| HSV(B) | 67.66º | 0.44% | 0.85% | - |
| XYZ | 52.97 | 63.35 | 27.85 | - |
| YUV | 201.7 | 83.02 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 122 | 0.06 | 0 | 0.44 | 0.15 | 67.66 | 0.55 | 0.66 |
| Hex | CC | D8 | 7A | 6 | 0 | 2C | F | 44 | 37 | 42 |
| Octal | 314 | 330 | 172 | 6 | 0 | 54 | 17 | 104 | 67 | 102 |
| Binary | 11001100 | 11011000 | 1111010 | 110 | 0 | 101100 | 1111 | 1000100 | 110111 | 1000010 |
Color Harmonies of #CCD87A
Complementary color
Monochromatic Colors of #CCD87A
Black with #CCD87A
Text Example
Text Example
White with #CCD87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD87A; }
p { color: rgb(204,216,122); }
H1.HeaderClassName
{
color: #CCD87A;
}
.AnyTagClassName
{
color: #CCD87A;
}
</style>
background-color css
<style>
a { background-color: #CCD87A; }
a { background-color: rgb(204,216,122); }
div.DivClassName
{
background-color: #CCD87A;
}
.BgClassName
{
background-color: #CCD87A;
}
</style>
border-color css
<style>
span { border-color: #CCD87A; }
span { border-color: rgb(204,216,122); }
td.TdClassName
{
border-color: #CCD87A;
}
.TagClassName
{
border-color: #CCD87A;
}
</style>