Shades of Metallic Gold #CBB228
Tints of Metallic Gold #CBB228
RGB
CMYK
RGB Variations
Color information
#CBB228 (or 0xCBB228) is known color: Metallic Gold. HEX triplet: CB, B2 and 28. RGB value is (203,178,40). Sum of RGB (Red+Green+Blue) = 203+178+40=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 40 (16.02% from 255 or 9.50% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB228 is #344DD7. Grayscale: #AAAAAA. Windows color (decimal): -3427800 or 2667211. OLE color: 2667211.
HSL color Cylindrical-coordinate representation of color #CBB228: hue angle of 50.8º 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 #CBB228 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 40 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.20 |
| HSL | 50.8º | 0.67% | 0.48% | - |
| HSV(B) | 50.8º | 0.8% | 0.8% | - |
| XYZ | 40.93 | 44.69 | 8.48 | - |
| YUV | 169.74 | 54.78 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 40 | 0 | 0.12 | 0.80 | 0.20 | 50.8 | 0.67 | 0.48 |
| Hex | CB | B2 | 28 | 0 | C | 50 | 14 | 33 | 43 | 30 |
| Octal | 313 | 262 | 50 | 0 | 14 | 120 | 24 | 63 | 103 | 60 |
| Binary | 11001011 | 10110010 | 101000 | 0 | 1100 | 1010000 | 10100 | 110011 | 1000011 | 110000 |
Color Harmonies of #CBB228
Complementary color
Monochromatic Colors of #CBB228
Black with #CBB228
Text Example
Text Example
White with #CBB228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB228; }
p { color: rgb(203,178,40); }
H1.HeaderClassName
{
color: #CBB228;
}
.AnyTagClassName
{
color: #CBB228;
}
</style>
background-color css
<style>
a { background-color: #CBB228; }
a { background-color: rgb(203,178,40); }
div.DivClassName
{
background-color: #CBB228;
}
.BgClassName
{
background-color: #CBB228;
}
</style>
border-color css
<style>
span { border-color: #CBB228; }
span { border-color: rgb(203,178,40); }
td.TdClassName
{
border-color: #CBB228;
}
.TagClassName
{
border-color: #CBB228;
}
</style>