Shades of Deco #CCD07A
Tints of Deco #CCD07A
RGB
CMYK
RGB Variations
Color information
#CCD07A (or 0xCCD07A) is known color: Deco. HEX triplet: CC, D0 and 7A. RGB value is (204,208,122). Sum of RGB (Red+Green+Blue) = 204+208+122=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 122 (48.05% from 255 or 22.85% from 534); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD07A is #332F85. Grayscale: #C5C5C5. Windows color (decimal): -3354502 or 8048844. OLE color: 8048844.
HSL color Cylindrical-coordinate representation of color #CCD07A: hue angle of 62.79º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCD07A is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 122 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.18 |
| HSL | 62.79º | 0.48% | 0.65% | - |
| HSV(B) | 62.79º | 0.41% | 0.82% | - |
| XYZ | 50.97 | 59.35 | 27.18 | - |
| YUV | 197 | 85.67 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 122 | 0.02 | 0 | 0.41 | 0.18 | 62.79 | 0.48 | 0.65 |
| Hex | CC | D0 | 7A | 2 | 0 | 29 | 12 | 3F | 30 | 41 |
| Octal | 314 | 320 | 172 | 2 | 0 | 51 | 22 | 77 | 60 | 101 |
| Binary | 11001100 | 11010000 | 1111010 | 10 | 0 | 101001 | 10010 | 111111 | 110000 | 1000001 |
Color Harmonies of #CCD07A
Complementary color
Monochromatic Colors of #CCD07A
Black with #CCD07A
Text Example
Text Example
White with #CCD07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD07A; }
p { color: rgb(204,208,122); }
H1.HeaderClassName
{
color: #CCD07A;
}
.AnyTagClassName
{
color: #CCD07A;
}
</style>
background-color css
<style>
a { background-color: #CCD07A; }
a { background-color: rgb(204,208,122); }
div.DivClassName
{
background-color: #CCD07A;
}
.BgClassName
{
background-color: #CCD07A;
}
</style>
border-color css
<style>
span { border-color: #CCD07A; }
span { border-color: rgb(204,208,122); }
td.TdClassName
{
border-color: #CCD07A;
}
.TagClassName
{
border-color: #CCD07A;
}
</style>