Shades of Deco #CCC96D
Tints of Deco #CCC96D
RGB
CMYK
RGB Variations
Color information
#CCC96D (or 0xCCC96D) is known color: Deco. HEX triplet: CC, C9 and 6D. RGB value is (204,201,109). Sum of RGB (Red+Green+Blue) = 204+201+109=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 109 (42.97% from 255 or 21.21% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC96D is #333692. Grayscale: #BFBFBF. Windows color (decimal): -3356307 or 7195084. OLE color: 7195084.
HSL color Cylindrical-coordinate representation of color #CCC96D: hue angle of 58.11º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCC96D is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 109 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.2 |
| HSL | 58.11º | 0.48% | 0.61% | - |
| HSV(B) | 58.11º | 0.47% | 0.8% | - |
| XYZ | 48.55 | 55.71 | 22.66 | - |
| YUV | 191.41 | 81.49 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 109 | 0 | 0.01 | 0.47 | 0.2 | 58.11 | 0.48 | 0.61 |
| Hex | CC | C9 | 6D | 0 | 1 | 2F | 14 | 3A | 30 | 3D |
| Octal | 314 | 311 | 155 | 0 | 1 | 57 | 24 | 72 | 60 | 75 |
| Binary | 11001100 | 11001001 | 1101101 | 0 | 1 | 101111 | 10100 | 111010 | 110000 | 111101 |
Color Harmonies of #CCC96D
Complementary color
Monochromatic Colors of #CCC96D
Black with #CCC96D
Text Example
Text Example
White with #CCC96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC96D; }
p { color: rgb(204,201,109); }
H1.HeaderClassName
{
color: #CCC96D;
}
.AnyTagClassName
{
color: #CCC96D;
}
</style>
background-color css
<style>
a { background-color: #CCC96D; }
a { background-color: rgb(204,201,109); }
div.DivClassName
{
background-color: #CCC96D;
}
.BgClassName
{
background-color: #CCC96D;
}
</style>
border-color css
<style>
span { border-color: #CCC96D; }
span { border-color: rgb(204,201,109); }
td.TdClassName
{
border-color: #CCC96D;
}
.TagClassName
{
border-color: #CCC96D;
}
</style>