Shades of Deco #CCD372
Tints of Deco #CCD372
RGB
CMYK
RGB Variations
Color information
#CCD372 (or 0xCCD372) is known color: Deco. HEX triplet: CC, D3 and 72. RGB value is (204,211,114). Sum of RGB (Red+Green+Blue) = 204+211+114=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD372 is #332C8D. Grayscale: #C6C6C6. Windows color (decimal): -3353742 or 7525324. OLE color: 7525324.
HSL color Cylindrical-coordinate representation of color #CCD372: hue angle of 64.33º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCD372 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 114 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.17 |
| HSL | 64.33º | 0.52% | 0.64% | - |
| HSV(B) | 64.33º | 0.46% | 0.83% | - |
| XYZ | 51.23 | 60.64 | 24.92 | - |
| YUV | 197.85 | 80.68 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 114 | 0.03 | 0 | 0.46 | 0.17 | 64.33 | 0.52 | 0.64 |
| Hex | CC | D3 | 72 | 3 | 0 | 2E | 11 | 40 | 34 | 40 |
| Octal | 314 | 323 | 162 | 3 | 0 | 56 | 21 | 100 | 64 | 100 |
| Binary | 11001100 | 11010011 | 1110010 | 11 | 0 | 101110 | 10001 | 1000000 | 110100 | 1000000 |
Color Harmonies of #CCD372
Complementary color
Monochromatic Colors of #CCD372
Black with #CCD372
Text Example
Text Example
White with #CCD372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD372; }
p { color: rgb(204,211,114); }
H1.HeaderClassName
{
color: #CCD372;
}
.AnyTagClassName
{
color: #CCD372;
}
</style>
background-color css
<style>
a { background-color: #CCD372; }
a { background-color: rgb(204,211,114); }
div.DivClassName
{
background-color: #CCD372;
}
.BgClassName
{
background-color: #CCD372;
}
</style>
border-color css
<style>
span { border-color: #CCD372; }
span { border-color: rgb(204,211,114); }
td.TdClassName
{
border-color: #CCD372;
}
.TagClassName
{
border-color: #CCD372;
}
</style>