Shades of Metallic Gold #CCB02A
Tints of Metallic Gold #CCB02A
RGB
CMYK
RGB Variations
Color information
#CCB02A (or 0xCCB02A) is known color: Metallic Gold. HEX triplet: CC, B0 and 2A. RGB value is (204,176,42). Sum of RGB (Red+Green+Blue) = 204+176+42=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 42 (16.80% from 255 or 9.95% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB02A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB02A is #334FD5. Grayscale: #A9A9A9. Windows color (decimal): -3362774 or 2797772. OLE color: 2797772.
HSL color Cylindrical-coordinate representation of color #CCB02A: hue angle of 49.63º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCB02A is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 42 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.2 |
| HSL | 49.63º | 0.66% | 0.48% | - |
| HSV(B) | 49.63º | 0.79% | 0.8% | - |
| XYZ | 40.85 | 44.06 | 8.54 | - |
| YUV | 169.1 | 56.28 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 42 | 0 | 0.14 | 0.79 | 0.2 | 49.63 | 0.66 | 0.48 |
| Hex | CC | B0 | 2A | 0 | E | 4F | 14 | 32 | 42 | 30 |
| Octal | 314 | 260 | 52 | 0 | 16 | 117 | 24 | 62 | 102 | 60 |
| Binary | 11001100 | 10110000 | 101010 | 0 | 1110 | 1001111 | 10100 | 110010 | 1000010 | 110000 |
Color Harmonies of #CCB02A
Complementary color
Monochromatic Colors of #CCB02A
Black with #CCB02A
Text Example
Text Example
White with #CCB02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB02A; }
p { color: rgb(204,176,42); }
H1.HeaderClassName
{
color: #CCB02A;
}
.AnyTagClassName
{
color: #CCB02A;
}
</style>
background-color css
<style>
a { background-color: #CCB02A; }
a { background-color: rgb(204,176,42); }
div.DivClassName
{
background-color: #CCB02A;
}
.BgClassName
{
background-color: #CCB02A;
}
</style>
border-color css
<style>
span { border-color: #CCB02A; }
span { border-color: rgb(204,176,42); }
td.TdClassName
{
border-color: #CCB02A;
}
.TagClassName
{
border-color: #CCB02A;
}
</style>