Shades of Metallic Gold #CBAE32
Tints of Metallic Gold #CBAE32
RGB
CMYK
RGB Variations
Color information
#CBAE32 (or 0xCBAE32) is known color: Metallic Gold. HEX triplet: CB, AE and 32. RGB value is (203,174,50). Sum of RGB (Red+Green+Blue) = 203+174+50=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 50 (19.92% from 255 or 11.71% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAE32 is #3451CD. Grayscale: #A9A9A9. Windows color (decimal): -3428814 or 3321547. OLE color: 3321547.
HSL color Cylindrical-coordinate representation of color #CBAE32: hue angle of 48.63º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBAE32 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 50 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.20 |
| HSL | 48.63º | 0.6% | 0.5% | - |
| HSV(B) | 48.63º | 0.75% | 0.8% | - |
| XYZ | 40.34 | 43.2 | 9.23 | - |
| YUV | 168.54 | 61.11 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 50 | 0 | 0.14 | 0.75 | 0.20 | 48.63 | 0.6 | 0.5 |
| Hex | CB | AE | 32 | 0 | E | 4B | 14 | 31 | 3C | 32 |
| Octal | 313 | 256 | 62 | 0 | 16 | 113 | 24 | 61 | 74 | 62 |
| Binary | 11001011 | 10101110 | 110010 | 0 | 1110 | 1001011 | 10100 | 110001 | 111100 | 110010 |
Color Harmonies of #CBAE32
Complementary color
Monochromatic Colors of #CBAE32
Black with #CBAE32
Text Example
Text Example
White with #CBAE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAE32; }
p { color: rgb(203,174,50); }
H1.HeaderClassName
{
color: #CBAE32;
}
.AnyTagClassName
{
color: #CBAE32;
}
</style>
background-color css
<style>
a { background-color: #CBAE32; }
a { background-color: rgb(203,174,50); }
div.DivClassName
{
background-color: #CBAE32;
}
.BgClassName
{
background-color: #CBAE32;
}
</style>
border-color css
<style>
span { border-color: #CBAE32; }
span { border-color: rgb(203,174,50); }
td.TdClassName
{
border-color: #CBAE32;
}
.TagClassName
{
border-color: #CBAE32;
}
</style>