Shades of Deco #CCD682
Tints of Deco #CCD682
RGB
CMYK
RGB Variations
Color information
#CCD682 (or 0xCCD682) is known color: Deco. HEX triplet: CC, D6 and 82. RGB value is (204,214,130). Sum of RGB (Red+Green+Blue) = 204+214+130=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 130 (51.17% from 255 or 23.72% from 548); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD682 is #33297D. Grayscale: #C9C9C9. Windows color (decimal): -3352958 or 8574668. OLE color: 8574668.
HSL color Cylindrical-coordinate representation of color #CCD682: hue angle of 67.14º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCD682 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 130 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.16 |
| HSL | 67.14º | 0.51% | 0.67% | - |
| HSV(B) | 67.14º | 0.39% | 0.84% | - |
| XYZ | 52.98 | 62.54 | 30.4 | - |
| YUV | 201.43 | 87.69 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 130 | 0.05 | 0 | 0.39 | 0.16 | 67.14 | 0.51 | 0.67 |
| Hex | CC | D6 | 82 | 5 | 0 | 27 | 10 | 43 | 33 | 43 |
| Octal | 314 | 326 | 202 | 5 | 0 | 47 | 20 | 103 | 63 | 103 |
| Binary | 11001100 | 11010110 | 10000010 | 101 | 0 | 100111 | 10000 | 1000011 | 110011 | 1000011 |
Color Harmonies of #CCD682
Complementary color
Monochromatic Colors of #CCD682
Black with #CCD682
Text Example
Text Example
White with #CCD682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD682; }
p { color: rgb(204,214,130); }
H1.HeaderClassName
{
color: #CCD682;
}
.AnyTagClassName
{
color: #CCD682;
}
</style>
background-color css
<style>
a { background-color: #CCD682; }
a { background-color: rgb(204,214,130); }
div.DivClassName
{
background-color: #CCD682;
}
.BgClassName
{
background-color: #CCD682;
}
</style>
border-color css
<style>
span { border-color: #CCD682; }
span { border-color: rgb(204,214,130); }
td.TdClassName
{
border-color: #CCD682;
}
.TagClassName
{
border-color: #CCD682;
}
</style>