Shades of Metallic Gold #CCAB3F
Tints of Metallic Gold #CCAB3F
RGB
CMYK
RGB Variations
Color information
#CCAB3F (or 0xCCAB3F) is known color: Metallic Gold. HEX triplet: CC, AB and 3F. RGB value is (204,171,63). Sum of RGB (Red+Green+Blue) = 204+171+63=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 63 (25% from 255 or 14.38% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB3F is #3354C0. Grayscale: #A9A9A9. Windows color (decimal): -3364033 or 4172748. OLE color: 4172748.
HSL color Cylindrical-coordinate representation of color #CCAB3F: hue angle of 45.96º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCAB3F is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 63 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.2 |
| HSL | 45.96º | 0.58% | 0.52% | - |
| HSV(B) | 45.96º | 0.69% | 0.8% | - |
| XYZ | 40.36 | 42.32 | 10.74 | - |
| YUV | 168.56 | 68.43 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 63 | 0 | 0.16 | 0.69 | 0.2 | 45.96 | 0.58 | 0.52 |
| Hex | CC | AB | 3F | 0 | 10 | 45 | 14 | 2E | 3A | 34 |
| Octal | 314 | 253 | 77 | 0 | 20 | 105 | 24 | 56 | 72 | 64 |
| Binary | 11001100 | 10101011 | 111111 | 0 | 10000 | 1000101 | 10100 | 101110 | 111010 | 110100 |
Color Harmonies of #CCAB3F
Complementary color
Monochromatic Colors of #CCAB3F
Black with #CCAB3F
Text Example
Text Example
White with #CCAB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB3F; }
p { color: rgb(204,171,63); }
H1.HeaderClassName
{
color: #CCAB3F;
}
.AnyTagClassName
{
color: #CCAB3F;
}
</style>
background-color css
<style>
a { background-color: #CCAB3F; }
a { background-color: rgb(204,171,63); }
div.DivClassName
{
background-color: #CCAB3F;
}
.BgClassName
{
background-color: #CCAB3F;
}
</style>
border-color css
<style>
span { border-color: #CCAB3F; }
span { border-color: rgb(204,171,63); }
td.TdClassName
{
border-color: #CCAB3F;
}
.TagClassName
{
border-color: #CCAB3F;
}
</style>