Shades of Deco #CCD47E
Tints of Deco #CCD47E
RGB
CMYK
RGB Variations
Color information
#CCD47E (or 0xCCD47E) is known color: Deco. HEX triplet: CC, D4 and 7E. RGB value is (204,212,126). Sum of RGB (Red+Green+Blue) = 204+212+126=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 212 (83.20% from 255 or 39.11% from 542); Blue value is 126 (49.61% from 255 or 23.25% from 542); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD47E is #332B81. Grayscale: #C8C8C8. Windows color (decimal): -3353474 or 8312012. OLE color: 8312012.
HSL color Cylindrical-coordinate representation of color #CCD47E: hue angle of 65.58º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCD47E is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 126 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.17 |
| HSL | 65.58º | 0.5% | 0.66% | - |
| HSV(B) | 65.58º | 0.41% | 0.83% | - |
| XYZ | 52.21 | 61.43 | 28.84 | - |
| YUV | 199.8 | 86.35 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 126 | 0.04 | 0 | 0.41 | 0.17 | 65.58 | 0.5 | 0.66 |
| Hex | CC | D4 | 7E | 4 | 0 | 29 | 11 | 42 | 32 | 42 |
| Octal | 314 | 324 | 176 | 4 | 0 | 51 | 21 | 102 | 62 | 102 |
| Binary | 11001100 | 11010100 | 1111110 | 100 | 0 | 101001 | 10001 | 1000010 | 110010 | 1000010 |
Color Harmonies of #CCD47E
Complementary color
Monochromatic Colors of #CCD47E
Black with #CCD47E
Text Example
Text Example
White with #CCD47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD47E; }
p { color: rgb(204,212,126); }
H1.HeaderClassName
{
color: #CCD47E;
}
.AnyTagClassName
{
color: #CCD47E;
}
</style>
background-color css
<style>
a { background-color: #CCD47E; }
a { background-color: rgb(204,212,126); }
div.DivClassName
{
background-color: #CCD47E;
}
.BgClassName
{
background-color: #CCD47E;
}
</style>
border-color css
<style>
span { border-color: #CCD47E; }
span { border-color: rgb(204,212,126); }
td.TdClassName
{
border-color: #CCD47E;
}
.TagClassName
{
border-color: #CCD47E;
}
</style>