Shades of Deco #CCD071
Tints of Deco #CCD071
RGB
CMYK
RGB Variations
Color information
#CCD071 (or 0xCCD071) is known color: Deco. HEX triplet: CC, D0 and 71. RGB value is (204,208,113). Sum of RGB (Red+Green+Blue) = 204+208+113=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 113 (44.53% from 255 or 21.52% from 525); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD071 is #332F8E. Grayscale: #C4C4C4. Windows color (decimal): -3354511 or 7459020. OLE color: 7459020.
HSL color Cylindrical-coordinate representation of color #CCD071: hue angle of 62.53º degrees, saturation: 0.5, 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 #CCD071 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 113 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.18 |
| HSL | 62.53º | 0.5% | 0.63% | - |
| HSV(B) | 62.53º | 0.46% | 0.82% | - |
| XYZ | 50.44 | 59.14 | 24.38 | - |
| YUV | 195.97 | 81.17 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 113 | 0.02 | 0 | 0.46 | 0.18 | 62.53 | 0.5 | 0.63 |
| Hex | CC | D0 | 71 | 2 | 0 | 2E | 12 | 3F | 32 | 3F |
| Octal | 314 | 320 | 161 | 2 | 0 | 56 | 22 | 77 | 62 | 77 |
| Binary | 11001100 | 11010000 | 1110001 | 10 | 0 | 101110 | 10010 | 111111 | 110010 | 111111 |
Color Harmonies of #CCD071
Complementary color
Monochromatic Colors of #CCD071
Black with #CCD071
Text Example
Text Example
White with #CCD071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD071; }
p { color: rgb(204,208,113); }
H1.HeaderClassName
{
color: #CCD071;
}
.AnyTagClassName
{
color: #CCD071;
}
</style>
background-color css
<style>
a { background-color: #CCD071; }
a { background-color: rgb(204,208,113); }
div.DivClassName
{
background-color: #CCD071;
}
.BgClassName
{
background-color: #CCD071;
}
</style>
border-color css
<style>
span { border-color: #CCD071; }
span { border-color: rgb(204,208,113); }
td.TdClassName
{
border-color: #CCD071;
}
.TagClassName
{
border-color: #CCD071;
}
</style>