Shades of Deco #CCD688
Tints of Deco #CCD688
RGB
CMYK
RGB Variations
Color information
#CCD688 (or 0xCCD688) is known color: Deco. HEX triplet: CC, D6 and 88. RGB value is (204,214,136). Sum of RGB (Red+Green+Blue) = 204+214+136=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 136 (53.52% from 255 or 24.55% from 554); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD688 is #332977. Grayscale: #CACACA. Windows color (decimal): -3352952 or 8967884. OLE color: 8967884.
HSL color Cylindrical-coordinate representation of color #CCD688: hue angle of 67.69º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCD688 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 136 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.16 |
| HSL | 67.69º | 0.49% | 0.69% | - |
| HSV(B) | 67.69º | 0.36% | 0.84% | - |
| XYZ | 53.39 | 62.71 | 32.58 | - |
| YUV | 202.12 | 90.69 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 136 | 0.05 | 0 | 0.36 | 0.16 | 67.69 | 0.49 | 0.69 |
| Hex | CC | D6 | 88 | 5 | 0 | 24 | 10 | 44 | 31 | 45 |
| Octal | 314 | 326 | 210 | 5 | 0 | 44 | 20 | 104 | 61 | 105 |
| Binary | 11001100 | 11010110 | 10001000 | 101 | 0 | 100100 | 10000 | 1000100 | 110001 | 1000101 |
Color Harmonies of #CCD688
Complementary color
Monochromatic Colors of #CCD688
Black with #CCD688
Text Example
Text Example
White with #CCD688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD688; }
p { color: rgb(204,214,136); }
H1.HeaderClassName
{
color: #CCD688;
}
.AnyTagClassName
{
color: #CCD688;
}
</style>
background-color css
<style>
a { background-color: #CCD688; }
a { background-color: rgb(204,214,136); }
div.DivClassName
{
background-color: #CCD688;
}
.BgClassName
{
background-color: #CCD688;
}
</style>
border-color css
<style>
span { border-color: #CCD688; }
span { border-color: rgb(204,214,136); }
td.TdClassName
{
border-color: #CCD688;
}
.TagClassName
{
border-color: #CCD688;
}
</style>