Shades of Metallic Gold #CFAA3A
Tints of Metallic Gold #CFAA3A
RGB
CMYK
RGB Variations
Color information
#CFAA3A (or 0xCFAA3A) is known color: Metallic Gold. HEX triplet: CF, AA and 3A. RGB value is (207,170,58). Sum of RGB (Red+Green+Blue) = 207+170+58=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 58 (23.05% from 255 or 13.33% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAA3A is #3055C5. Grayscale: #A8A8A8. Windows color (decimal): -3167686 or 3844815. OLE color: 3844815.
HSL color Cylindrical-coordinate representation of color #CFAA3A: hue angle of 45.1º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFAA3A is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 58 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.19 |
| HSL | 45.1º | 0.61% | 0.52% | - |
| HSV(B) | 45.1º | 0.72% | 0.81% | - |
| XYZ | 40.87 | 42.32 | 10.02 | - |
| YUV | 168.3 | 65.76 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 58 | 0 | 0.18 | 0.72 | 0.19 | 45.1 | 0.61 | 0.52 |
| Hex | CF | AA | 3A | 0 | 12 | 48 | 13 | 2D | 3D | 34 |
| Octal | 317 | 252 | 72 | 0 | 22 | 110 | 23 | 55 | 75 | 64 |
| Binary | 11001111 | 10101010 | 111010 | 0 | 10010 | 1001000 | 10011 | 101101 | 111101 | 110100 |
Color Harmonies of #CFAA3A
Complementary color
Monochromatic Colors of #CFAA3A
Black with #CFAA3A
Text Example
Text Example
White with #CFAA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA3A; }
p { color: rgb(207,170,58); }
H1.HeaderClassName
{
color: #CFAA3A;
}
.AnyTagClassName
{
color: #CFAA3A;
}
</style>
background-color css
<style>
a { background-color: #CFAA3A; }
a { background-color: rgb(207,170,58); }
div.DivClassName
{
background-color: #CFAA3A;
}
.BgClassName
{
background-color: #CFAA3A;
}
</style>
border-color css
<style>
span { border-color: #CFAA3A; }
span { border-color: rgb(207,170,58); }
td.TdClassName
{
border-color: #CFAA3A;
}
.TagClassName
{
border-color: #CFAA3A;
}
</style>