Shades of Metallic Gold #CBAE2C
Tints of Metallic Gold #CBAE2C
RGB
CMYK
RGB Variations
Color information
#CBAE2C (or 0xCBAE2C) is known color: Metallic Gold. HEX triplet: CB, AE and 2C. RGB value is (203,174,44). Sum of RGB (Red+Green+Blue) = 203+174+44=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 44 (17.58% from 255 or 10.45% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAE2C is #3451D3. Grayscale: #A8A8A8. Windows color (decimal): -3428820 or 2928331. OLE color: 2928331.
HSL color Cylindrical-coordinate representation of color #CBAE2C: hue angle of 49.06º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBAE2C is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 44 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.20 |
| HSL | 49.06º | 0.64% | 0.48% | - |
| HSV(B) | 49.06º | 0.78% | 0.8% | - |
| XYZ | 40.22 | 43.15 | 8.59 | - |
| YUV | 167.85 | 58.11 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 44 | 0 | 0.14 | 0.78 | 0.20 | 49.06 | 0.64 | 0.48 |
| Hex | CB | AE | 2C | 0 | E | 4E | 14 | 31 | 40 | 30 |
| Octal | 313 | 256 | 54 | 0 | 16 | 116 | 24 | 61 | 100 | 60 |
| Binary | 11001011 | 10101110 | 101100 | 0 | 1110 | 1001110 | 10100 | 110001 | 1000000 | 110000 |
Color Harmonies of #CBAE2C
Complementary color
Monochromatic Colors of #CBAE2C
Black with #CBAE2C
Text Example
Text Example
White with #CBAE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAE2C; }
p { color: rgb(203,174,44); }
H1.HeaderClassName
{
color: #CBAE2C;
}
.AnyTagClassName
{
color: #CBAE2C;
}
</style>
background-color css
<style>
a { background-color: #CBAE2C; }
a { background-color: rgb(203,174,44); }
div.DivClassName
{
background-color: #CBAE2C;
}
.BgClassName
{
background-color: #CBAE2C;
}
</style>
border-color css
<style>
span { border-color: #CBAE2C; }
span { border-color: rgb(203,174,44); }
td.TdClassName
{
border-color: #CBAE2C;
}
.TagClassName
{
border-color: #CBAE2C;
}
</style>