Shades of Metallic Gold #CCAC37
Tints of Metallic Gold #CCAC37
RGB
CMYK
RGB Variations
Color information
#CCAC37 (or 0xCCAC37) is known color: Metallic Gold. HEX triplet: CC, AC and 37. RGB value is (204,172,55). Sum of RGB (Red+Green+Blue) = 204+172+55=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 55 (21.88% from 255 or 12.76% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAC37 is #3353C8. Grayscale: #A8A8A8. Windows color (decimal): -3363785 or 3648716. OLE color: 3648716.
HSL color Cylindrical-coordinate representation of color #CCAC37: hue angle of 47.11º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCAC37 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 55 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.2 |
| HSL | 47.11º | 0.59% | 0.51% | - |
| HSV(B) | 47.11º | 0.73% | 0.8% | - |
| XYZ | 40.34 | 42.62 | 9.71 | - |
| YUV | 168.23 | 64.1 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 55 | 0 | 0.16 | 0.73 | 0.2 | 47.11 | 0.59 | 0.51 |
| Hex | CC | AC | 37 | 0 | 10 | 49 | 14 | 2F | 3B | 33 |
| Octal | 314 | 254 | 67 | 0 | 20 | 111 | 24 | 57 | 73 | 63 |
| Binary | 11001100 | 10101100 | 110111 | 0 | 10000 | 1001001 | 10100 | 101111 | 111011 | 110011 |
Color Harmonies of #CCAC37
Complementary color
Monochromatic Colors of #CCAC37
Black with #CCAC37
Text Example
Text Example
White with #CCAC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAC37; }
p { color: rgb(204,172,55); }
H1.HeaderClassName
{
color: #CCAC37;
}
.AnyTagClassName
{
color: #CCAC37;
}
</style>
background-color css
<style>
a { background-color: #CCAC37; }
a { background-color: rgb(204,172,55); }
div.DivClassName
{
background-color: #CCAC37;
}
.BgClassName
{
background-color: #CCAC37;
}
</style>
border-color css
<style>
span { border-color: #CCAC37; }
span { border-color: rgb(204,172,55); }
td.TdClassName
{
border-color: #CCAC37;
}
.TagClassName
{
border-color: #CCAC37;
}
</style>