Shades of Metallic Gold #CCAF2C
Tints of Metallic Gold #CCAF2C
RGB
CMYK
RGB Variations
Color information
#CCAF2C (or 0xCCAF2C) is known color: Metallic Gold. HEX triplet: CC, AF and 2C. RGB value is (204,175,44). Sum of RGB (Red+Green+Blue) = 204+175+44=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAF2C is #3350D3. Grayscale: #A9A9A9. Windows color (decimal): -3363028 or 2928588. OLE color: 2928588.
HSL color Cylindrical-coordinate representation of color #CCAF2C: hue angle of 49.12º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCAF2C is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 44 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.2 |
| HSL | 49.13º | 0.65% | 0.49% | - |
| HSV(B) | 49.13º | 0.78% | 0.8% | - |
| XYZ | 40.69 | 43.68 | 8.67 | - |
| YUV | 168.74 | 57.61 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 44 | 0 | 0.14 | 0.78 | 0.2 | 49.13 | 0.65 | 0.49 |
| Hex | CC | AF | 2C | 0 | E | 4E | 14 | 31 | 41 | 31 |
| Octal | 314 | 257 | 54 | 0 | 16 | 116 | 24 | 61 | 101 | 61 |
| Binary | 11001100 | 10101111 | 101100 | 0 | 1110 | 1001110 | 10100 | 110001 | 1000001 | 110001 |
Color Harmonies of #CCAF2C
Complementary color
Monochromatic Colors of #CCAF2C
Black with #CCAF2C
Text Example
Text Example
White with #CCAF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF2C; }
p { color: rgb(204,175,44); }
H1.HeaderClassName
{
color: #CCAF2C;
}
.AnyTagClassName
{
color: #CCAF2C;
}
</style>
background-color css
<style>
a { background-color: #CCAF2C; }
a { background-color: rgb(204,175,44); }
div.DivClassName
{
background-color: #CCAF2C;
}
.BgClassName
{
background-color: #CCAF2C;
}
</style>
border-color css
<style>
span { border-color: #CCAF2C; }
span { border-color: rgb(204,175,44); }
td.TdClassName
{
border-color: #CCAF2C;
}
.TagClassName
{
border-color: #CCAF2C;
}
</style>