Shades of Metallic Gold #CCAB31
Tints of Metallic Gold #CCAB31
RGB
CMYK
RGB Variations
Color information
#CCAB31 (or 0xCCAB31) is known color: Metallic Gold. HEX triplet: CC, AB and 31. RGB value is (204,171,49). Sum of RGB (Red+Green+Blue) = 204+171+49=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 49 (19.53% from 255 or 11.56% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB31 is #3354CE. Grayscale: #A7A7A7. Windows color (decimal): -3364047 or 3255244. OLE color: 3255244.
HSL color Cylindrical-coordinate representation of color #CCAB31: hue angle of 47.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCAB31 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 49 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.2 |
| HSL | 47.23º | 0.61% | 0.5% | - |
| HSV(B) | 47.23º | 0.76% | 0.8% | - |
| XYZ | 40.02 | 42.18 | 8.94 | - |
| YUV | 166.96 | 61.43 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 49 | 0 | 0.16 | 0.76 | 0.2 | 47.23 | 0.61 | 0.5 |
| Hex | CC | AB | 31 | 0 | 10 | 4C | 14 | 2F | 3D | 32 |
| Octal | 314 | 253 | 61 | 0 | 20 | 114 | 24 | 57 | 75 | 62 |
| Binary | 11001100 | 10101011 | 110001 | 0 | 10000 | 1001100 | 10100 | 101111 | 111101 | 110010 |
Color Harmonies of #CCAB31
Complementary color
Monochromatic Colors of #CCAB31
Black with #CCAB31
Text Example
Text Example
White with #CCAB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB31; }
p { color: rgb(204,171,49); }
H1.HeaderClassName
{
color: #CCAB31;
}
.AnyTagClassName
{
color: #CCAB31;
}
</style>
background-color css
<style>
a { background-color: #CCAB31; }
a { background-color: rgb(204,171,49); }
div.DivClassName
{
background-color: #CCAB31;
}
.BgClassName
{
background-color: #CCAB31;
}
</style>
border-color css
<style>
span { border-color: #CCAB31; }
span { border-color: rgb(204,171,49); }
td.TdClassName
{
border-color: #CCAB31;
}
.TagClassName
{
border-color: #CCAB31;
}
</style>