Shades of Deco #CCD073
Tints of Deco #CCD073
RGB
CMYK
RGB Variations
Color information
#CCD073 (or 0xCCD073) is known color: Deco. HEX triplet: CC, D0 and 73. RGB value is (204,208,115). Sum of RGB (Red+Green+Blue) = 204+208+115=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 115 (45.31% from 255 or 21.82% from 527); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD073 is #332F8C. Grayscale: #C4C4C4. Windows color (decimal): -3354509 or 7590092. OLE color: 7590092.
HSL color Cylindrical-coordinate representation of color #CCD073: hue angle of 62.58º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCD073 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 115 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.18 |
| HSL | 62.58º | 0.5% | 0.63% | - |
| HSV(B) | 62.58º | 0.45% | 0.82% | - |
| XYZ | 50.55 | 59.19 | 24.98 | - |
| YUV | 196.2 | 82.17 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 115 | 0.02 | 0 | 0.45 | 0.18 | 62.58 | 0.5 | 0.63 |
| Hex | CC | D0 | 73 | 2 | 0 | 2D | 12 | 3F | 32 | 3F |
| Octal | 314 | 320 | 163 | 2 | 0 | 55 | 22 | 77 | 62 | 77 |
| Binary | 11001100 | 11010000 | 1110011 | 10 | 0 | 101101 | 10010 | 111111 | 110010 | 111111 |
Color Harmonies of #CCD073
Complementary color
Monochromatic Colors of #CCD073
Black with #CCD073
Text Example
Text Example
White with #CCD073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD073; }
p { color: rgb(204,208,115); }
H1.HeaderClassName
{
color: #CCD073;
}
.AnyTagClassName
{
color: #CCD073;
}
</style>
background-color css
<style>
a { background-color: #CCD073; }
a { background-color: rgb(204,208,115); }
div.DivClassName
{
background-color: #CCD073;
}
.BgClassName
{
background-color: #CCD073;
}
</style>
border-color css
<style>
span { border-color: #CCD073; }
span { border-color: rgb(204,208,115); }
td.TdClassName
{
border-color: #CCD073;
}
.TagClassName
{
border-color: #CCD073;
}
</style>