Shades of Metallic Gold #CCAA2D
Tints of Metallic Gold #CCAA2D
RGB
CMYK
RGB Variations
Color information
#CCAA2D (or 0xCCAA2D) is known color: Metallic Gold. HEX triplet: CC, AA and 2D. RGB value is (204,170,45). Sum of RGB (Red+Green+Blue) = 204+170+45=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 45 (17.97% from 255 or 10.74% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAA2D is #3355D2. Grayscale: #A6A6A6. Windows color (decimal): -3364307 or 2992844. OLE color: 2992844.
HSL color Cylindrical-coordinate representation of color #CCAA2D: hue angle of 47.17º degrees, saturation: 0.64, 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 #CCAA2D is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 170 | 45 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.2 |
| HSL | 47.17º | 0.64% | 0.49% | - |
| HSV(B) | 47.17º | 0.78% | 0.8% | - |
| XYZ | 39.75 | 41.78 | 8.45 | - |
| YUV | 165.92 | 59.76 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 45 | 0 | 0.17 | 0.78 | 0.2 | 47.17 | 0.64 | 0.49 |
| Hex | CC | AA | 2D | 0 | 11 | 4E | 14 | 2F | 40 | 31 |
| Octal | 314 | 252 | 55 | 0 | 21 | 116 | 24 | 57 | 100 | 61 |
| Binary | 11001100 | 10101010 | 101101 | 0 | 10001 | 1001110 | 10100 | 101111 | 1000000 | 110001 |
Color Harmonies of #CCAA2D
Complementary color
Monochromatic Colors of #CCAA2D
Black with #CCAA2D
Text Example
Text Example
White with #CCAA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAA2D; }
p { color: rgb(204,170,45); }
H1.HeaderClassName
{
color: #CCAA2D;
}
.AnyTagClassName
{
color: #CCAA2D;
}
</style>
background-color css
<style>
a { background-color: #CCAA2D; }
a { background-color: rgb(204,170,45); }
div.DivClassName
{
background-color: #CCAA2D;
}
.BgClassName
{
background-color: #CCAA2D;
}
</style>
border-color css
<style>
span { border-color: #CCAA2D; }
span { border-color: rgb(204,170,45); }
td.TdClassName
{
border-color: #CCAA2D;
}
.TagClassName
{
border-color: #CCAA2D;
}
</style>