Shades of Metallic Gold #C7AD2B
Tints of Metallic Gold #C7AD2B
RGB
CMYK
RGB Variations
Color information
#C7AD2B (or 0xC7AD2B) is known color: Metallic Gold. HEX triplet: C7, AD and 2B. RGB value is (199,173,43). Sum of RGB (Red+Green+Blue) = 199+173+43=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 43 (17.19% from 255 or 10.36% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AD2B is #3852D4. Grayscale: #A6A6A6. Windows color (decimal): -3691221 or 2862535. OLE color: 2862535.
HSL color Cylindrical-coordinate representation of color #C7AD2B: hue angle of 50º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7AD2B is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 173 | 43 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.22 |
| HSL | 50º | 0.64% | 0.47% | - |
| HSV(B) | 50º | 0.78% | 0.78% | - |
| XYZ | 38.93 | 42.2 | 8.38 | - |
| YUV | 165.95 | 58.61 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 43 | 0 | 0.13 | 0.78 | 0.22 | 50 | 0.64 | 0.47 |
| Hex | C7 | AD | 2B | 0 | D | 4E | 16 | 32 | 40 | 2F |
| Octal | 307 | 255 | 53 | 0 | 15 | 116 | 26 | 62 | 100 | 57 |
| Binary | 11000111 | 10101101 | 101011 | 0 | 1101 | 1001110 | 10110 | 110010 | 1000000 | 101111 |
Color Harmonies of #C7AD2B
Complementary color
Monochromatic Colors of #C7AD2B
Black with #C7AD2B
Text Example
Text Example
White with #C7AD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AD2B; }
p { color: rgb(199,173,43); }
H1.HeaderClassName
{
color: #C7AD2B;
}
.AnyTagClassName
{
color: #C7AD2B;
}
</style>
background-color css
<style>
a { background-color: #C7AD2B; }
a { background-color: rgb(199,173,43); }
div.DivClassName
{
background-color: #C7AD2B;
}
.BgClassName
{
background-color: #C7AD2B;
}
</style>
border-color css
<style>
span { border-color: #C7AD2B; }
span { border-color: rgb(199,173,43); }
td.TdClassName
{
border-color: #C7AD2B;
}
.TagClassName
{
border-color: #C7AD2B;
}
</style>