Shades of Deco #CCD687
Tints of Deco #CCD687
RGB
CMYK
RGB Variations
Color information
#CCD687 (or 0xCCD687) is known color: Deco. HEX triplet: CC, D6 and 87. RGB value is (204,214,135). Sum of RGB (Red+Green+Blue) = 204+214+135=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 135 (53.12% from 255 or 24.41% from 553); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD687 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD687 is #332978. Grayscale: #CACACA. Windows color (decimal): -3352953 or 8902348. OLE color: 8902348.
HSL color Cylindrical-coordinate representation of color #CCD687: hue angle of 67.59º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCD687 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 135 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.16 |
| HSL | 67.59º | 0.49% | 0.68% | - |
| HSV(B) | 67.59º | 0.37% | 0.84% | - |
| XYZ | 53.32 | 62.68 | 32.21 | - |
| YUV | 202 | 90.19 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 135 | 0.05 | 0 | 0.37 | 0.16 | 67.59 | 0.49 | 0.68 |
| Hex | CC | D6 | 87 | 5 | 0 | 25 | 10 | 44 | 31 | 44 |
| Octal | 314 | 326 | 207 | 5 | 0 | 45 | 20 | 104 | 61 | 104 |
| Binary | 11001100 | 11010110 | 10000111 | 101 | 0 | 100101 | 10000 | 1000100 | 110001 | 1000100 |
Color Harmonies of #CCD687
Complementary color
Monochromatic Colors of #CCD687
Black with #CCD687
Text Example
Text Example
White with #CCD687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD687; }
p { color: rgb(204,214,135); }
H1.HeaderClassName
{
color: #CCD687;
}
.AnyTagClassName
{
color: #CCD687;
}
</style>
background-color css
<style>
a { background-color: #CCD687; }
a { background-color: rgb(204,214,135); }
div.DivClassName
{
background-color: #CCD687;
}
.BgClassName
{
background-color: #CCD687;
}
</style>
border-color css
<style>
span { border-color: #CCD687; }
span { border-color: rgb(204,214,135); }
td.TdClassName
{
border-color: #CCD687;
}
.TagClassName
{
border-color: #CCD687;
}
</style>