Shades of Deco #CCD27E
Tints of Deco #CCD27E
RGB
CMYK
RGB Variations
Color information
#CCD27E (or 0xCCD27E) is known color: Deco. HEX triplet: CC, D2 and 7E. RGB value is (204,210,126). Sum of RGB (Red+Green+Blue) = 204+210+126=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD27E is #332D81. Grayscale: #C6C6C6. Windows color (decimal): -3353986 or 8311500. OLE color: 8311500.
HSL color Cylindrical-coordinate representation of color #CCD27E: hue angle of 64.29º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCD27E is Cyan = 0.03, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 126 | - |
| CMYK | 0.03 | 0 | 0.4 | 0.18 |
| HSL | 64.29º | 0.48% | 0.66% | - |
| HSV(B) | 64.29º | 0.4% | 0.82% | - |
| XYZ | 51.71 | 60.44 | 28.68 | - |
| YUV | 198.63 | 87.01 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 126 | 0.03 | 0 | 0.4 | 0.18 | 64.29 | 0.48 | 0.66 |
| Hex | CC | D2 | 7E | 3 | 0 | 28 | 12 | 40 | 30 | 42 |
| Octal | 314 | 322 | 176 | 3 | 0 | 50 | 22 | 100 | 60 | 102 |
| Binary | 11001100 | 11010010 | 1111110 | 11 | 0 | 101000 | 10010 | 1000000 | 110000 | 1000010 |
Color Harmonies of #CCD27E
Complementary color
Monochromatic Colors of #CCD27E
Black with #CCD27E
Text Example
Text Example
White with #CCD27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD27E; }
p { color: rgb(204,210,126); }
H1.HeaderClassName
{
color: #CCD27E;
}
.AnyTagClassName
{
color: #CCD27E;
}
</style>
background-color css
<style>
a { background-color: #CCD27E; }
a { background-color: rgb(204,210,126); }
div.DivClassName
{
background-color: #CCD27E;
}
.BgClassName
{
background-color: #CCD27E;
}
</style>
border-color css
<style>
span { border-color: #CCD27E; }
span { border-color: rgb(204,210,126); }
td.TdClassName
{
border-color: #CCD27E;
}
.TagClassName
{
border-color: #CCD27E;
}
</style>