Shades of Deco #CCD07E
Tints of Deco #CCD07E
RGB
CMYK
RGB Variations
Color information
#CCD07E (or 0xCCD07E) is known color: Deco. HEX triplet: CC, D0 and 7E. RGB value is (204,208,126). Sum of RGB (Red+Green+Blue) = 204+208+126=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 126 (49.61% from 255 or 23.42% from 538); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD07E is #332F81. Grayscale: #C5C5C5. Windows color (decimal): -3354498 or 8310988. OLE color: 8310988.
HSL color Cylindrical-coordinate representation of color #CCD07E: hue angle of 62.93º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCD07E is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 126 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.18 |
| HSL | 62.93º | 0.47% | 0.65% | - |
| HSV(B) | 62.93º | 0.39% | 0.82% | - |
| XYZ | 51.22 | 59.46 | 28.51 | - |
| YUV | 197.46 | 87.67 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 126 | 0.02 | 0 | 0.39 | 0.18 | 62.93 | 0.47 | 0.65 |
| Hex | CC | D0 | 7E | 2 | 0 | 27 | 12 | 3F | 2F | 41 |
| Octal | 314 | 320 | 176 | 2 | 0 | 47 | 22 | 77 | 57 | 101 |
| Binary | 11001100 | 11010000 | 1111110 | 10 | 0 | 100111 | 10010 | 111111 | 101111 | 1000001 |
Color Harmonies of #CCD07E
Complementary color
Monochromatic Colors of #CCD07E
Black with #CCD07E
Text Example
Text Example
White with #CCD07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD07E; }
p { color: rgb(204,208,126); }
H1.HeaderClassName
{
color: #CCD07E;
}
.AnyTagClassName
{
color: #CCD07E;
}
</style>
background-color css
<style>
a { background-color: #CCD07E; }
a { background-color: rgb(204,208,126); }
div.DivClassName
{
background-color: #CCD07E;
}
.BgClassName
{
background-color: #CCD07E;
}
</style>
border-color css
<style>
span { border-color: #CCD07E; }
span { border-color: rgb(204,208,126); }
td.TdClassName
{
border-color: #CCD07E;
}
.TagClassName
{
border-color: #CCD07E;
}
</style>