Shades of Metallic Gold #CCAE32
Tints of Metallic Gold #CCAE32
RGB
CMYK
RGB Variations
Color information
#CCAE32 (or 0xCCAE32) is known color: Metallic Gold. HEX triplet: CC, AE and 32. RGB value is (204,174,50). Sum of RGB (Red+Green+Blue) = 204+174+50=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 50 (19.92% from 255 or 11.68% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAE32 is #3351CD. Grayscale: #A9A9A9. Windows color (decimal): -3363278 or 3321548. OLE color: 3321548.
HSL color Cylindrical-coordinate representation of color #CCAE32: hue angle of 48.31º 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 #CCAE32 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 174 | 50 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.2 |
| HSL | 48.31º | 0.61% | 0.5% | - |
| HSV(B) | 48.31º | 0.75% | 0.8% | - |
| XYZ | 40.61 | 43.34 | 9.24 | - |
| YUV | 168.83 | 60.94 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 174 | 50 | 0 | 0.15 | 0.75 | 0.2 | 48.31 | 0.61 | 0.5 |
| Hex | CC | AE | 32 | 0 | F | 4B | 14 | 30 | 3D | 32 |
| Octal | 314 | 256 | 62 | 0 | 17 | 113 | 24 | 60 | 75 | 62 |
| Binary | 11001100 | 10101110 | 110010 | 0 | 1111 | 1001011 | 10100 | 110000 | 111101 | 110010 |
Color Harmonies of #CCAE32
Complementary color
Monochromatic Colors of #CCAE32
Black with #CCAE32
Text Example
Text Example
White with #CCAE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAE32; }
p { color: rgb(204,174,50); }
H1.HeaderClassName
{
color: #CCAE32;
}
.AnyTagClassName
{
color: #CCAE32;
}
</style>
background-color css
<style>
a { background-color: #CCAE32; }
a { background-color: rgb(204,174,50); }
div.DivClassName
{
background-color: #CCAE32;
}
.BgClassName
{
background-color: #CCAE32;
}
</style>
border-color css
<style>
span { border-color: #CCAE32; }
span { border-color: rgb(204,174,50); }
td.TdClassName
{
border-color: #CCAE32;
}
.TagClassName
{
border-color: #CCAE32;
}
</style>