Shades of Metallic Gold #CCB128
Tints of Metallic Gold #CCB128
RGB
CMYK
RGB Variations
Color information
#CCB128 (or 0xCCB128) is known color: Metallic Gold. HEX triplet: CC, B1 and 28. RGB value is (204,177,40). Sum of RGB (Red+Green+Blue) = 204+177+40=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 40 (16.02% from 255 or 9.50% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB128 is #334ED7. Grayscale: #AAAAAA. Windows color (decimal): -3362520 or 2666956. OLE color: 2666956.
HSL color Cylindrical-coordinate representation of color #CCB128: hue angle of 50.12º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCB128 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 40 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.2 |
| HSL | 50.12º | 0.67% | 0.48% | - |
| HSV(B) | 50.12º | 0.8% | 0.8% | - |
| XYZ | 41.01 | 44.43 | 8.42 | - |
| YUV | 169.46 | 54.95 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 40 | 0 | 0.13 | 0.80 | 0.2 | 50.12 | 0.67 | 0.48 |
| Hex | CC | B1 | 28 | 0 | D | 50 | 14 | 32 | 43 | 30 |
| Octal | 314 | 261 | 50 | 0 | 15 | 120 | 24 | 62 | 103 | 60 |
| Binary | 11001100 | 10110001 | 101000 | 0 | 1101 | 1010000 | 10100 | 110010 | 1000011 | 110000 |
Color Harmonies of #CCB128
Complementary color
Monochromatic Colors of #CCB128
Black with #CCB128
Text Example
Text Example
White with #CCB128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB128; }
p { color: rgb(204,177,40); }
H1.HeaderClassName
{
color: #CCB128;
}
.AnyTagClassName
{
color: #CCB128;
}
</style>
background-color css
<style>
a { background-color: #CCB128; }
a { background-color: rgb(204,177,40); }
div.DivClassName
{
background-color: #CCB128;
}
.BgClassName
{
background-color: #CCB128;
}
</style>
border-color css
<style>
span { border-color: #CCB128; }
span { border-color: rgb(204,177,40); }
td.TdClassName
{
border-color: #CCB128;
}
.TagClassName
{
border-color: #CCB128;
}
</style>