Shades of Deco #CCD691
Tints of Deco #CCD691
RGB
CMYK
RGB Variations
Color information
#CCD691 (or 0xCCD691) is known color: Deco. HEX triplet: CC, D6 and 91. RGB value is (204,214,145). Sum of RGB (Red+Green+Blue) = 204+214+145=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 145 (57.03% from 255 or 25.75% from 563); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD691 is #33296E. Grayscale: #CBCBCB. Windows color (decimal): -3352943 or 9557708. OLE color: 9557708.
HSL color Cylindrical-coordinate representation of color #CCD691: hue angle of 68.7º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCD691 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 145 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.16 |
| HSL | 68.7º | 0.46% | 0.7% | - |
| HSV(B) | 68.7º | 0.32% | 0.84% | - |
| XYZ | 54.06 | 62.97 | 36.09 | - |
| YUV | 203.14 | 95.19 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 145 | 0.05 | 0 | 0.32 | 0.16 | 68.7 | 0.46 | 0.7 |
| Hex | CC | D6 | 91 | 5 | 0 | 20 | 10 | 45 | 2E | 46 |
| Octal | 314 | 326 | 221 | 5 | 0 | 40 | 20 | 105 | 56 | 106 |
| Binary | 11001100 | 11010110 | 10010001 | 101 | 0 | 100000 | 10000 | 1000101 | 101110 | 1000110 |
Color Harmonies of #CCD691
Complementary color
Monochromatic Colors of #CCD691
Black with #CCD691
Text Example
Text Example
White with #CCD691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD691; }
p { color: rgb(204,214,145); }
H1.HeaderClassName
{
color: #CCD691;
}
.AnyTagClassName
{
color: #CCD691;
}
</style>
background-color css
<style>
a { background-color: #CCD691; }
a { background-color: rgb(204,214,145); }
div.DivClassName
{
background-color: #CCD691;
}
.BgClassName
{
background-color: #CCD691;
}
</style>
border-color css
<style>
span { border-color: #CCD691; }
span { border-color: rgb(204,214,145); }
td.TdClassName
{
border-color: #CCD691;
}
.TagClassName
{
border-color: #CCD691;
}
</style>