Shades of Deco #CCC97D
Tints of Deco #CCC97D
RGB
CMYK
RGB Variations
Color information
#CCC97D (or 0xCCC97D) is known color: Deco. HEX triplet: CC, C9 and 7D. RGB value is (204,201,125). Sum of RGB (Red+Green+Blue) = 204+201+125=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC97D is #333682. Grayscale: #C1C1C1. Windows color (decimal): -3356291 or 8243660. OLE color: 8243660.
HSL color Cylindrical-coordinate representation of color #CCC97D: hue angle of 57.72º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCC97D is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 125 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.2 |
| HSL | 57.72º | 0.44% | 0.65% | - |
| HSV(B) | 57.72º | 0.39% | 0.8% | - |
| XYZ | 49.49 | 56.09 | 27.62 | - |
| YUV | 193.23 | 89.49 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 125 | 0 | 0.01 | 0.39 | 0.2 | 57.72 | 0.44 | 0.65 |
| Hex | CC | C9 | 7D | 0 | 1 | 27 | 14 | 3A | 2C | 41 |
| Octal | 314 | 311 | 175 | 0 | 1 | 47 | 24 | 72 | 54 | 101 |
| Binary | 11001100 | 11001001 | 1111101 | 0 | 1 | 100111 | 10100 | 111010 | 101100 | 1000001 |
Color Harmonies of #CCC97D
Complementary color
Monochromatic Colors of #CCC97D
Black with #CCC97D
Text Example
Text Example
White with #CCC97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC97D; }
p { color: rgb(204,201,125); }
H1.HeaderClassName
{
color: #CCC97D;
}
.AnyTagClassName
{
color: #CCC97D;
}
</style>
background-color css
<style>
a { background-color: #CCC97D; }
a { background-color: rgb(204,201,125); }
div.DivClassName
{
background-color: #CCC97D;
}
.BgClassName
{
background-color: #CCC97D;
}
</style>
border-color css
<style>
span { border-color: #CCC97D; }
span { border-color: rgb(204,201,125); }
td.TdClassName
{
border-color: #CCC97D;
}
.TagClassName
{
border-color: #CCC97D;
}
</style>