Shades of Metallic Gold #CCB032
Tints of Metallic Gold #CCB032
RGB
CMYK
RGB Variations
Color information
#CCB032 (or 0xCCB032) is known color: Metallic Gold. HEX triplet: CC, B0 and 32. RGB value is (204,176,50). Sum of RGB (Red+Green+Blue) = 204+176+50=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 50 (19.92% from 255 or 11.63% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB032 is #334FCD. Grayscale: #AAAAAA. Windows color (decimal): -3362766 or 3322060. OLE color: 3322060.
HSL color Cylindrical-coordinate representation of color #CCB032: hue angle of 49.09º 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 #CCB032 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 50 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.2 |
| HSL | 49.09º | 0.61% | 0.5% | - |
| HSV(B) | 49.09º | 0.75% | 0.8% | - |
| XYZ | 41 | 44.12 | 9.37 | - |
| YUV | 170.01 | 60.28 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 50 | 0 | 0.14 | 0.75 | 0.2 | 49.09 | 0.61 | 0.5 |
| Hex | CC | B0 | 32 | 0 | E | 4B | 14 | 31 | 3D | 32 |
| Octal | 314 | 260 | 62 | 0 | 16 | 113 | 24 | 61 | 75 | 62 |
| Binary | 11001100 | 10110000 | 110010 | 0 | 1110 | 1001011 | 10100 | 110001 | 111101 | 110010 |
Color Harmonies of #CCB032
Complementary color
Monochromatic Colors of #CCB032
Black with #CCB032
Text Example
Text Example
White with #CCB032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB032; }
p { color: rgb(204,176,50); }
H1.HeaderClassName
{
color: #CCB032;
}
.AnyTagClassName
{
color: #CCB032;
}
</style>
background-color css
<style>
a { background-color: #CCB032; }
a { background-color: rgb(204,176,50); }
div.DivClassName
{
background-color: #CCB032;
}
.BgClassName
{
background-color: #CCB032;
}
</style>
border-color css
<style>
span { border-color: #CCB032; }
span { border-color: rgb(204,176,50); }
td.TdClassName
{
border-color: #CCB032;
}
.TagClassName
{
border-color: #CCB032;
}
</style>