Shades of Metallic Gold #CCAB32
Tints of Metallic Gold #CCAB32
RGB
CMYK
RGB Variations
Color information
#CCAB32 (or 0xCCAB32) is known color: Metallic Gold. HEX triplet: CC, AB and 32. RGB value is (204,171,50). Sum of RGB (Red+Green+Blue) = 204+171+50=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB32 is #3354CD. Grayscale: #A7A7A7. Windows color (decimal): -3364046 or 3320780. OLE color: 3320780.
HSL color Cylindrical-coordinate representation of color #CCAB32: hue angle of 47.14º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCAB32 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 50 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.2 |
| HSL | 47.14º | 0.61% | 0.5% | - |
| HSV(B) | 47.14º | 0.75% | 0.8% | - |
| XYZ | 40.04 | 42.19 | 9.05 | - |
| YUV | 167.07 | 61.93 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 50 | 0 | 0.16 | 0.75 | 0.2 | 47.14 | 0.61 | 0.5 |
| Hex | CC | AB | 32 | 0 | 10 | 4B | 14 | 2F | 3D | 32 |
| Octal | 314 | 253 | 62 | 0 | 20 | 113 | 24 | 57 | 75 | 62 |
| Binary | 11001100 | 10101011 | 110010 | 0 | 10000 | 1001011 | 10100 | 101111 | 111101 | 110010 |
Color Harmonies of #CCAB32
Complementary color
Monochromatic Colors of #CCAB32
Black with #CCAB32
Text Example
Text Example
White with #CCAB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB32; }
p { color: rgb(204,171,50); }
H1.HeaderClassName
{
color: #CCAB32;
}
.AnyTagClassName
{
color: #CCAB32;
}
</style>
background-color css
<style>
a { background-color: #CCAB32; }
a { background-color: rgb(204,171,50); }
div.DivClassName
{
background-color: #CCAB32;
}
.BgClassName
{
background-color: #CCAB32;
}
</style>
border-color css
<style>
span { border-color: #CCAB32; }
span { border-color: rgb(204,171,50); }
td.TdClassName
{
border-color: #CCAB32;
}
.TagClassName
{
border-color: #CCAB32;
}
</style>