Shades of Metallic Gold #CCB228
Tints of Metallic Gold #CCB228
RGB
CMYK
RGB Variations
Color information
#CCB228 (or 0xCCB228) is known color: Metallic Gold. HEX triplet: CC, B2 and 28. RGB value is (204,178,40). Sum of RGB (Red+Green+Blue) = 204+178+40=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 40 (16.02% from 255 or 9.48% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB228 is #334DD7. Grayscale: #AAAAAA. Windows color (decimal): -3362264 or 2667212. OLE color: 2667212.
HSL color Cylindrical-coordinate representation of color #CCB228: hue angle of 50.49º 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 #CCB228 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 40 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.2 |
| HSL | 50.49º | 0.67% | 0.48% | - |
| HSV(B) | 50.49º | 0.8% | 0.8% | - |
| XYZ | 41.21 | 44.83 | 8.49 | - |
| YUV | 170.04 | 54.61 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 40 | 0 | 0.13 | 0.80 | 0.2 | 50.49 | 0.67 | 0.48 |
| Hex | CC | B2 | 28 | 0 | D | 50 | 14 | 32 | 43 | 30 |
| Octal | 314 | 262 | 50 | 0 | 15 | 120 | 24 | 62 | 103 | 60 |
| Binary | 11001100 | 10110010 | 101000 | 0 | 1101 | 1010000 | 10100 | 110010 | 1000011 | 110000 |
Color Harmonies of #CCB228
Complementary color
Monochromatic Colors of #CCB228
Black with #CCB228
Text Example
Text Example
White with #CCB228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB228; }
p { color: rgb(204,178,40); }
H1.HeaderClassName
{
color: #CCB228;
}
.AnyTagClassName
{
color: #CCB228;
}
</style>
background-color css
<style>
a { background-color: #CCB228; }
a { background-color: rgb(204,178,40); }
div.DivClassName
{
background-color: #CCB228;
}
.BgClassName
{
background-color: #CCB228;
}
</style>
border-color css
<style>
span { border-color: #CCB228; }
span { border-color: rgb(204,178,40); }
td.TdClassName
{
border-color: #CCB228;
}
.TagClassName
{
border-color: #CCB228;
}
</style>