Shades of Deco #CCD274
Tints of Deco #CCD274
RGB
CMYK
RGB Variations
Color information
#CCD274 (or 0xCCD274) is known color: Deco. HEX triplet: CC, D2 and 74. RGB value is (204,210,116). Sum of RGB (Red+Green+Blue) = 204+210+116=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 116 (45.70% from 255 or 21.89% from 530); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD274 is #332D8B. Grayscale: #C5C5C5. Windows color (decimal): -3353996 or 7656140. OLE color: 7656140.
HSL color Cylindrical-coordinate representation of color #CCD274: hue angle of 63.83º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCD274 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 116 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.18 |
| HSL | 63.83º | 0.51% | 0.64% | - |
| HSV(B) | 63.83º | 0.45% | 0.82% | - |
| XYZ | 51.1 | 60.19 | 25.45 | - |
| YUV | 197.49 | 82.01 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 116 | 0.03 | 0 | 0.45 | 0.18 | 63.83 | 0.51 | 0.64 |
| Hex | CC | D2 | 74 | 3 | 0 | 2D | 12 | 40 | 33 | 40 |
| Octal | 314 | 322 | 164 | 3 | 0 | 55 | 22 | 100 | 63 | 100 |
| Binary | 11001100 | 11010010 | 1110100 | 11 | 0 | 101101 | 10010 | 1000000 | 110011 | 1000000 |
Color Harmonies of #CCD274
Complementary color
Monochromatic Colors of #CCD274
Black with #CCD274
Text Example
Text Example
White with #CCD274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD274; }
p { color: rgb(204,210,116); }
H1.HeaderClassName
{
color: #CCD274;
}
.AnyTagClassName
{
color: #CCD274;
}
</style>
background-color css
<style>
a { background-color: #CCD274; }
a { background-color: rgb(204,210,116); }
div.DivClassName
{
background-color: #CCD274;
}
.BgClassName
{
background-color: #CCD274;
}
</style>
border-color css
<style>
span { border-color: #CCD274; }
span { border-color: rgb(204,210,116); }
td.TdClassName
{
border-color: #CCD274;
}
.TagClassName
{
border-color: #CCD274;
}
</style>