Shades of Deco #CCD171
Tints of Deco #CCD171
RGB
CMYK
RGB Variations
Color information
#CCD171 (or 0xCCD171) is known color: Deco. HEX triplet: CC, D1 and 71. RGB value is (204,209,113). Sum of RGB (Red+Green+Blue) = 204+209+113=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 113 (44.53% from 255 or 21.48% from 526); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD171 is #332E8E. Grayscale: #C4C4C4. Windows color (decimal): -3354255 or 7459276. OLE color: 7459276.
HSL color Cylindrical-coordinate representation of color #CCD171: hue angle of 63.12º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCD171 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 113 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.18 |
| HSL | 63.13º | 0.51% | 0.63% | - |
| HSV(B) | 63.13º | 0.46% | 0.82% | - |
| XYZ | 50.68 | 59.63 | 24.46 | - |
| YUV | 196.56 | 80.84 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 113 | 0.02 | 0 | 0.46 | 0.18 | 63.13 | 0.51 | 0.63 |
| Hex | CC | D1 | 71 | 2 | 0 | 2E | 12 | 3F | 33 | 3F |
| Octal | 314 | 321 | 161 | 2 | 0 | 56 | 22 | 77 | 63 | 77 |
| Binary | 11001100 | 11010001 | 1110001 | 10 | 0 | 101110 | 10010 | 111111 | 110011 | 111111 |
Color Harmonies of #CCD171
Complementary color
Monochromatic Colors of #CCD171
Black with #CCD171
Text Example
Text Example
White with #CCD171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD171; }
p { color: rgb(204,209,113); }
H1.HeaderClassName
{
color: #CCD171;
}
.AnyTagClassName
{
color: #CCD171;
}
</style>
background-color css
<style>
a { background-color: #CCD171; }
a { background-color: rgb(204,209,113); }
div.DivClassName
{
background-color: #CCD171;
}
.BgClassName
{
background-color: #CCD171;
}
</style>
border-color css
<style>
span { border-color: #CCD171; }
span { border-color: rgb(204,209,113); }
td.TdClassName
{
border-color: #CCD171;
}
.TagClassName
{
border-color: #CCD171;
}
</style>