Shades of Metallic Gold #CBB227
Tints of Metallic Gold #CBB227
RGB
CMYK
RGB Variations
Color information
#CBB227 (or 0xCBB227) is known color: Metallic Gold. HEX triplet: CB, B2 and 27. RGB value is (203,178,39). Sum of RGB (Red+Green+Blue) = 203+178+39=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 39 (15.62% from 255 or 9.29% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB227 is #344DD8. Grayscale: #AAAAAA. Windows color (decimal): -3427801 or 2601675. OLE color: 2601675.
HSL color Cylindrical-coordinate representation of color #CBB227: hue angle of 50.85º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CBB227 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 39 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.20 |
| HSL | 50.85º | 0.68% | 0.47% | - |
| HSV(B) | 50.85º | 0.81% | 0.8% | - |
| XYZ | 40.92 | 44.68 | 8.39 | - |
| YUV | 169.63 | 54.28 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 39 | 0 | 0.12 | 0.81 | 0.20 | 50.85 | 0.68 | 0.47 |
| Hex | CB | B2 | 27 | 0 | C | 51 | 14 | 33 | 44 | 2F |
| Octal | 313 | 262 | 47 | 0 | 14 | 121 | 24 | 63 | 104 | 57 |
| Binary | 11001011 | 10110010 | 100111 | 0 | 1100 | 1010001 | 10100 | 110011 | 1000100 | 101111 |
Color Harmonies of #CBB227
Complementary color
Monochromatic Colors of #CBB227
Black with #CBB227
Text Example
Text Example
White with #CBB227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB227; }
p { color: rgb(203,178,39); }
H1.HeaderClassName
{
color: #CBB227;
}
.AnyTagClassName
{
color: #CBB227;
}
</style>
background-color css
<style>
a { background-color: #CBB227; }
a { background-color: rgb(203,178,39); }
div.DivClassName
{
background-color: #CBB227;
}
.BgClassName
{
background-color: #CBB227;
}
</style>
border-color css
<style>
span { border-color: #CBB227; }
span { border-color: rgb(203,178,39); }
td.TdClassName
{
border-color: #CBB227;
}
.TagClassName
{
border-color: #CBB227;
}
</style>