Shades of Metallic Gold #CBA72F
Tints of Metallic Gold #CBA72F
RGB
CMYK
RGB Variations
Color information
#CBA72F (or 0xCBA72F) is known color: Metallic Gold. HEX triplet: CB, A7 and 2F. RGB value is (203,167,47). Sum of RGB (Red+Green+Blue) = 203+167+47=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 47 (18.75% from 255 or 11.27% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA72F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA72F is #3458D0. Grayscale: #A4A4A4. Windows color (decimal): -3430609 or 3123147. OLE color: 3123147.
HSL color Cylindrical-coordinate representation of color #CBA72F: hue angle of 46.15º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBA72F is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 47 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.20 |
| HSL | 46.15º | 0.62% | 0.49% | - |
| HSV(B) | 46.15º | 0.77% | 0.8% | - |
| XYZ | 38.96 | 40.54 | 8.46 | - |
| YUV | 164.08 | 61.93 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 47 | 0 | 0.18 | 0.77 | 0.20 | 46.15 | 0.62 | 0.49 |
| Hex | CB | A7 | 2F | 0 | 12 | 4D | 14 | 2E | 3E | 31 |
| Octal | 313 | 247 | 57 | 0 | 22 | 115 | 24 | 56 | 76 | 61 |
| Binary | 11001011 | 10100111 | 101111 | 0 | 10010 | 1001101 | 10100 | 101110 | 111110 | 110001 |
Color Harmonies of #CBA72F
Complementary color
Monochromatic Colors of #CBA72F
Black with #CBA72F
Text Example
Text Example
White with #CBA72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA72F; }
p { color: rgb(203,167,47); }
H1.HeaderClassName
{
color: #CBA72F;
}
.AnyTagClassName
{
color: #CBA72F;
}
</style>
background-color css
<style>
a { background-color: #CBA72F; }
a { background-color: rgb(203,167,47); }
div.DivClassName
{
background-color: #CBA72F;
}
.BgClassName
{
background-color: #CBA72F;
}
</style>
border-color css
<style>
span { border-color: #CBA72F; }
span { border-color: rgb(203,167,47); }
td.TdClassName
{
border-color: #CBA72F;
}
.TagClassName
{
border-color: #CBA72F;
}
</style>