Shades of Metallic Gold #C99F39
Tints of Metallic Gold #C99F39
RGB
CMYK
RGB Variations
Color information
#C99F39 (or 0xC99F39) is known color: Metallic Gold. HEX triplet: C9, 9F and 39. RGB value is (201,159,57). Sum of RGB (Red+Green+Blue) = 201+159+57=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 57 (22.66% from 255 or 13.67% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99F39 is #3660C6. Grayscale: #A0A0A0. Windows color (decimal): -3563719 or 3776457. OLE color: 3776457.
HSL color Cylindrical-coordinate representation of color #C99F39: hue angle of 42.5º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C99F39 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 159 | 57 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.21 |
| HSL | 42.5º | 0.57% | 0.51% | - |
| HSV(B) | 42.5º | 0.72% | 0.79% | - |
| XYZ | 37.22 | 37.51 | 9.15 | - |
| YUV | 159.93 | 69.91 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 57 | 0 | 0.21 | 0.72 | 0.21 | 42.5 | 0.57 | 0.51 |
| Hex | C9 | 9F | 39 | 0 | 15 | 48 | 15 | 2A | 39 | 33 |
| Octal | 311 | 237 | 71 | 0 | 25 | 110 | 25 | 52 | 71 | 63 |
| Binary | 11001001 | 10011111 | 111001 | 0 | 10101 | 1001000 | 10101 | 101010 | 111001 | 110011 |
Color Harmonies of #C99F39
Complementary color
Monochromatic Colors of #C99F39
Black with #C99F39
Text Example
Text Example
White with #C99F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99F39; }
p { color: rgb(201,159,57); }
H1.HeaderClassName
{
color: #C99F39;
}
.AnyTagClassName
{
color: #C99F39;
}
</style>
background-color css
<style>
a { background-color: #C99F39; }
a { background-color: rgb(201,159,57); }
div.DivClassName
{
background-color: #C99F39;
}
.BgClassName
{
background-color: #C99F39;
}
</style>
border-color css
<style>
span { border-color: #C99F39; }
span { border-color: rgb(201,159,57); }
td.TdClassName
{
border-color: #C99F39;
}
.TagClassName
{
border-color: #C99F39;
}
</style>