Shades of Deco #CCD290
Tints of Deco #CCD290
RGB
CMYK
RGB Variations
Color information
#CCD290 (or 0xCCD290) is known color: Deco. HEX triplet: CC, D2 and 90. RGB value is (204,210,144). Sum of RGB (Red+Green+Blue) = 204+210+144=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 210 (82.42% from 255 or 37.63% from 558); Blue value is 144 (56.64% from 255 or 25.81% from 558); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD290 is #332D6F. Grayscale: #C8C8C8. Windows color (decimal): -3353968 or 9491148. OLE color: 9491148.
HSL color Cylindrical-coordinate representation of color #CCD290: hue angle of 65.45º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCD290 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 144 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.18 |
| HSL | 65.45º | 0.42% | 0.69% | - |
| HSV(B) | 65.45º | 0.31% | 0.82% | - |
| XYZ | 52.98 | 60.94 | 35.36 | - |
| YUV | 200.68 | 96.01 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 144 | 0.03 | 0 | 0.31 | 0.18 | 65.45 | 0.42 | 0.69 |
| Hex | CC | D2 | 90 | 3 | 0 | 1F | 12 | 41 | 2A | 45 |
| Octal | 314 | 322 | 220 | 3 | 0 | 37 | 22 | 101 | 52 | 105 |
| Binary | 11001100 | 11010010 | 10010000 | 11 | 0 | 11111 | 10010 | 1000001 | 101010 | 1000101 |
Color Harmonies of #CCD290
Complementary color
Monochromatic Colors of #CCD290
Black with #CCD290
Text Example
Text Example
White with #CCD290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD290; }
p { color: rgb(204,210,144); }
H1.HeaderClassName
{
color: #CCD290;
}
.AnyTagClassName
{
color: #CCD290;
}
</style>
background-color css
<style>
a { background-color: #CCD290; }
a { background-color: rgb(204,210,144); }
div.DivClassName
{
background-color: #CCD290;
}
.BgClassName
{
background-color: #CCD290;
}
</style>
border-color css
<style>
span { border-color: #CCD290; }
span { border-color: rgb(204,210,144); }
td.TdClassName
{
border-color: #CCD290;
}
.TagClassName
{
border-color: #CCD290;
}
</style>