Shades of Deco #CCD280
Tints of Deco #CCD280
RGB
CMYK
RGB Variations
Color information
#CCD280 (or 0xCCD280) is known color: Deco. HEX triplet: CC, D2 and 80. RGB value is (204,210,128). Sum of RGB (Red+Green+Blue) = 204+210+128=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 210 (82.42% from 255 or 38.75% from 542); Blue value is 128 (50.39% from 255 or 23.62% from 542); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD280 is #332D7F. Grayscale: #C7C7C7. Windows color (decimal): -3353984 or 8442572. OLE color: 8442572.
HSL color Cylindrical-coordinate representation of color #CCD280: hue angle of 64.39º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCD280 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 128 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.18 |
| HSL | 64.39º | 0.48% | 0.66% | - |
| HSV(B) | 64.39º | 0.39% | 0.82% | - |
| XYZ | 51.84 | 60.49 | 29.37 | - |
| YUV | 198.86 | 88.01 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 128 | 0.03 | 0 | 0.39 | 0.18 | 64.39 | 0.48 | 0.66 |
| Hex | CC | D2 | 80 | 3 | 0 | 27 | 12 | 40 | 30 | 42 |
| Octal | 314 | 322 | 200 | 3 | 0 | 47 | 22 | 100 | 60 | 102 |
| Binary | 11001100 | 11010010 | 10000000 | 11 | 0 | 100111 | 10010 | 1000000 | 110000 | 1000010 |
Color Harmonies of #CCD280
Complementary color
Monochromatic Colors of #CCD280
Black with #CCD280
Text Example
Text Example
White with #CCD280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD280; }
p { color: rgb(204,210,128); }
H1.HeaderClassName
{
color: #CCD280;
}
.AnyTagClassName
{
color: #CCD280;
}
</style>
background-color css
<style>
a { background-color: #CCD280; }
a { background-color: rgb(204,210,128); }
div.DivClassName
{
background-color: #CCD280;
}
.BgClassName
{
background-color: #CCD280;
}
</style>
border-color css
<style>
span { border-color: #CCD280; }
span { border-color: rgb(204,210,128); }
td.TdClassName
{
border-color: #CCD280;
}
.TagClassName
{
border-color: #CCD280;
}
</style>