Shades of Metallic Gold #CFAA37
Tints of Metallic Gold #CFAA37
RGB
CMYK
RGB Variations
Color information
#CFAA37 (or 0xCFAA37) is known color: Metallic Gold. HEX triplet: CF, AA and 37. RGB value is (207,170,55). Sum of RGB (Red+Green+Blue) = 207+170+55=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 55 (21.88% from 255 or 12.73% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAA37 is #3055C8. Grayscale: #A8A8A8. Windows color (decimal): -3167689 or 3648207. OLE color: 3648207.
HSL color Cylindrical-coordinate representation of color #CFAA37: hue angle of 45.39º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFAA37 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 55 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.19 |
| HSL | 45.39º | 0.61% | 0.51% | - |
| HSV(B) | 45.39º | 0.73% | 0.81% | - |
| XYZ | 40.8 | 42.29 | 9.63 | - |
| YUV | 167.95 | 64.26 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 55 | 0 | 0.18 | 0.73 | 0.19 | 45.39 | 0.61 | 0.51 |
| Hex | CF | AA | 37 | 0 | 12 | 49 | 13 | 2D | 3D | 33 |
| Octal | 317 | 252 | 67 | 0 | 22 | 111 | 23 | 55 | 75 | 63 |
| Binary | 11001111 | 10101010 | 110111 | 0 | 10010 | 1001001 | 10011 | 101101 | 111101 | 110011 |
Color Harmonies of #CFAA37
Complementary color
Monochromatic Colors of #CFAA37
Black with #CFAA37
Text Example
Text Example
White with #CFAA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA37; }
p { color: rgb(207,170,55); }
H1.HeaderClassName
{
color: #CFAA37;
}
.AnyTagClassName
{
color: #CFAA37;
}
</style>
background-color css
<style>
a { background-color: #CFAA37; }
a { background-color: rgb(207,170,55); }
div.DivClassName
{
background-color: #CFAA37;
}
.BgClassName
{
background-color: #CFAA37;
}
</style>
border-color css
<style>
span { border-color: #CFAA37; }
span { border-color: rgb(207,170,55); }
td.TdClassName
{
border-color: #CFAA37;
}
.TagClassName
{
border-color: #CFAA37;
}
</style>