Shades of Metallic Gold #CAB12C
Tints of Metallic Gold #CAB12C
RGB
CMYK
RGB Variations
Color information
#CAB12C (or 0xCAB12C) is known color: Metallic Gold. HEX triplet: CA, B1 and 2C. RGB value is (202,177,44). Sum of RGB (Red+Green+Blue) = 202+177+44=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB12C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB12C is #354ED3. Grayscale: #A9A9A9. Windows color (decimal): -3493588 or 2929098. OLE color: 2929098.
HSL color Cylindrical-coordinate representation of color #CAB12C: hue angle of 50.51º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CAB12C is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 44 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.21 |
| HSL | 50.51º | 0.64% | 0.48% | - |
| HSV(B) | 50.51º | 0.78% | 0.79% | - |
| XYZ | 40.53 | 44.18 | 8.77 | - |
| YUV | 169.31 | 57.28 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 44 | 0 | 0.12 | 0.78 | 0.21 | 50.51 | 0.64 | 0.48 |
| Hex | CA | B1 | 2C | 0 | C | 4E | 15 | 33 | 40 | 30 |
| Octal | 312 | 261 | 54 | 0 | 14 | 116 | 25 | 63 | 100 | 60 |
| Binary | 11001010 | 10110001 | 101100 | 0 | 1100 | 1001110 | 10101 | 110011 | 1000000 | 110000 |
Color Harmonies of #CAB12C
Complementary color
Monochromatic Colors of #CAB12C
Black with #CAB12C
Text Example
Text Example
White with #CAB12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB12C; }
p { color: rgb(202,177,44); }
H1.HeaderClassName
{
color: #CAB12C;
}
.AnyTagClassName
{
color: #CAB12C;
}
</style>
background-color css
<style>
a { background-color: #CAB12C; }
a { background-color: rgb(202,177,44); }
div.DivClassName
{
background-color: #CAB12C;
}
.BgClassName
{
background-color: #CAB12C;
}
</style>
border-color css
<style>
span { border-color: #CAB12C; }
span { border-color: rgb(202,177,44); }
td.TdClassName
{
border-color: #CAB12C;
}
.TagClassName
{
border-color: #CAB12C;
}
</style>