Shades of Deco #CCD87E
Tints of Deco #CCD87E
RGB
CMYK
RGB Variations
Color information
#CCD87E (or 0xCCD87E) is known color: Deco. HEX triplet: CC, D8 and 7E. RGB value is (204,216,126). Sum of RGB (Red+Green+Blue) = 204+216+126=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 126 (49.61% from 255 or 23.08% from 546); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD87E is #332781. Grayscale: #CACACA. Windows color (decimal): -3352450 or 8313036. OLE color: 8313036.
HSL color Cylindrical-coordinate representation of color #CCD87E: hue angle of 68º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCD87E is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 126 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.15 |
| HSL | 68º | 0.54% | 0.67% | - |
| HSV(B) | 68º | 0.42% | 0.85% | - |
| XYZ | 53.22 | 63.46 | 29.18 | - |
| YUV | 202.15 | 85.02 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 126 | 0.06 | 0 | 0.42 | 0.15 | 68 | 0.54 | 0.67 |
| Hex | CC | D8 | 7E | 6 | 0 | 2A | F | 44 | 36 | 43 |
| Octal | 314 | 330 | 176 | 6 | 0 | 52 | 17 | 104 | 66 | 103 |
| Binary | 11001100 | 11011000 | 1111110 | 110 | 0 | 101010 | 1111 | 1000100 | 110110 | 1000011 |
Color Harmonies of #CCD87E
Complementary color
Monochromatic Colors of #CCD87E
Black with #CCD87E
Text Example
Text Example
White with #CCD87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD87E; }
p { color: rgb(204,216,126); }
H1.HeaderClassName
{
color: #CCD87E;
}
.AnyTagClassName
{
color: #CCD87E;
}
</style>
background-color css
<style>
a { background-color: #CCD87E; }
a { background-color: rgb(204,216,126); }
div.DivClassName
{
background-color: #CCD87E;
}
.BgClassName
{
background-color: #CCD87E;
}
</style>
border-color css
<style>
span { border-color: #CCD87E; }
span { border-color: rgb(204,216,126); }
td.TdClassName
{
border-color: #CCD87E;
}
.TagClassName
{
border-color: #CCD87E;
}
</style>