Shades of Metallic Gold #CCAC36
Tints of Metallic Gold #CCAC36
RGB
CMYK
RGB Variations
Color information
#CCAC36 (or 0xCCAC36) is known color: Metallic Gold. HEX triplet: CC, AC and 36. RGB value is (204,172,54). Sum of RGB (Red+Green+Blue) = 204+172+54=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 54 (21.48% from 255 or 12.56% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAC36 is #3353C9. Grayscale: #A8A8A8. Windows color (decimal): -3363786 or 3583180. OLE color: 3583180.
HSL color Cylindrical-coordinate representation of color #CCAC36: hue angle of 47.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCAC36 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 54 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.2 |
| HSL | 47.2º | 0.6% | 0.51% | - |
| HSV(B) | 47.2º | 0.74% | 0.8% | - |
| XYZ | 40.32 | 42.61 | 9.59 | - |
| YUV | 168.12 | 63.6 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 54 | 0 | 0.16 | 0.74 | 0.2 | 47.2 | 0.6 | 0.51 |
| Hex | CC | AC | 36 | 0 | 10 | 4A | 14 | 2F | 3C | 33 |
| Octal | 314 | 254 | 66 | 0 | 20 | 112 | 24 | 57 | 74 | 63 |
| Binary | 11001100 | 10101100 | 110110 | 0 | 10000 | 1001010 | 10100 | 101111 | 111100 | 110011 |
Color Harmonies of #CCAC36
Complementary color
Monochromatic Colors of #CCAC36
Black with #CCAC36
Text Example
Text Example
White with #CCAC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAC36; }
p { color: rgb(204,172,54); }
H1.HeaderClassName
{
color: #CCAC36;
}
.AnyTagClassName
{
color: #CCAC36;
}
</style>
background-color css
<style>
a { background-color: #CCAC36; }
a { background-color: rgb(204,172,54); }
div.DivClassName
{
background-color: #CCAC36;
}
.BgClassName
{
background-color: #CCAC36;
}
</style>
border-color css
<style>
span { border-color: #CCAC36; }
span { border-color: rgb(204,172,54); }
td.TdClassName
{
border-color: #CCAC36;
}
.TagClassName
{
border-color: #CCAC36;
}
</style>