Shades of Deco #CCD681
Tints of Deco #CCD681
RGB
CMYK
RGB Variations
Color information
#CCD681 (or 0xCCD681) is known color: Deco. HEX triplet: CC, D6 and 81. RGB value is (204,214,129). Sum of RGB (Red+Green+Blue) = 204+214+129=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 129 (50.78% from 255 or 23.58% from 547); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD681 is #33297E. Grayscale: #C9C9C9. Windows color (decimal): -3352959 or 8509132. OLE color: 8509132.
HSL color Cylindrical-coordinate representation of color #CCD681: hue angle of 67.06º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCD681 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 129 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.16 |
| HSL | 67.06º | 0.51% | 0.67% | - |
| HSV(B) | 67.06º | 0.4% | 0.84% | - |
| XYZ | 52.91 | 62.52 | 30.05 | - |
| YUV | 201.32 | 87.19 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 129 | 0.05 | 0 | 0.40 | 0.16 | 67.06 | 0.51 | 0.67 |
| Hex | CC | D6 | 81 | 5 | 0 | 28 | 10 | 43 | 33 | 43 |
| Octal | 314 | 326 | 201 | 5 | 0 | 50 | 20 | 103 | 63 | 103 |
| Binary | 11001100 | 11010110 | 10000001 | 101 | 0 | 101000 | 10000 | 1000011 | 110011 | 1000011 |
Color Harmonies of #CCD681
Complementary color
Monochromatic Colors of #CCD681
Black with #CCD681
Text Example
Text Example
White with #CCD681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD681; }
p { color: rgb(204,214,129); }
H1.HeaderClassName
{
color: #CCD681;
}
.AnyTagClassName
{
color: #CCD681;
}
</style>
background-color css
<style>
a { background-color: #CCD681; }
a { background-color: rgb(204,214,129); }
div.DivClassName
{
background-color: #CCD681;
}
.BgClassName
{
background-color: #CCD681;
}
</style>
border-color css
<style>
span { border-color: #CCD681; }
span { border-color: rgb(204,214,129); }
td.TdClassName
{
border-color: #CCD681;
}
.TagClassName
{
border-color: #CCD681;
}
</style>