Shades of Deco #CCD48E
Tints of Deco #CCD48E
RGB
CMYK
RGB Variations
Color information
#CCD48E (or 0xCCD48E) is known color: Deco. HEX triplet: CC, D4 and 8E. RGB value is (204,212,142). Sum of RGB (Red+Green+Blue) = 204+212+142=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 212 (83.20% from 255 or 37.99% from 558); Blue value is 142 (55.86% from 255 or 25.45% from 558); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD48E is #332B71. Grayscale: #C9C9C9. Windows color (decimal): -3353458 or 9360588. OLE color: 9360588.
HSL color Cylindrical-coordinate representation of color #CCD48E: hue angle of 66.86º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCD48E is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 142 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.17 |
| HSL | 66.86º | 0.45% | 0.69% | - |
| HSV(B) | 66.86º | 0.33% | 0.83% | - |
| XYZ | 53.33 | 61.88 | 34.72 | - |
| YUV | 201.63 | 94.35 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 142 | 0.04 | 0 | 0.33 | 0.17 | 66.86 | 0.45 | 0.69 |
| Hex | CC | D4 | 8E | 4 | 0 | 21 | 11 | 43 | 2D | 45 |
| Octal | 314 | 324 | 216 | 4 | 0 | 41 | 21 | 103 | 55 | 105 |
| Binary | 11001100 | 11010100 | 10001110 | 100 | 0 | 100001 | 10001 | 1000011 | 101101 | 1000101 |
Color Harmonies of #CCD48E
Complementary color
Monochromatic Colors of #CCD48E
Black with #CCD48E
Text Example
Text Example
White with #CCD48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD48E; }
p { color: rgb(204,212,142); }
H1.HeaderClassName
{
color: #CCD48E;
}
.AnyTagClassName
{
color: #CCD48E;
}
</style>
background-color css
<style>
a { background-color: #CCD48E; }
a { background-color: rgb(204,212,142); }
div.DivClassName
{
background-color: #CCD48E;
}
.BgClassName
{
background-color: #CCD48E;
}
</style>
border-color css
<style>
span { border-color: #CCD48E; }
span { border-color: rgb(204,212,142); }
td.TdClassName
{
border-color: #CCD48E;
}
.TagClassName
{
border-color: #CCD48E;
}
</style>