Shades of Metallic Gold #CFA92F
Tints of Metallic Gold #CFA92F
RGB
CMYK
RGB Variations
Color information
#CFA92F (or 0xCFA92F) is known color: Metallic Gold. HEX triplet: CF, A9 and 2F. RGB value is (207,169,47). Sum of RGB (Red+Green+Blue) = 207+169+47=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 47 (18.75% from 255 or 11.11% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA92F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA92F is #3056D0. Grayscale: #A6A6A6. Windows color (decimal): -3167953 or 3123663. OLE color: 3123663.
HSL color Cylindrical-coordinate representation of color #CFA92F: hue angle of 45.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFA92F is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 47 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.19 |
| HSL | 45.75º | 0.63% | 0.5% | - |
| HSV(B) | 45.75º | 0.77% | 0.81% | - |
| XYZ | 40.43 | 41.85 | 8.64 | - |
| YUV | 166.45 | 60.59 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 47 | 0 | 0.18 | 0.77 | 0.19 | 45.75 | 0.63 | 0.5 |
| Hex | CF | A9 | 2F | 0 | 12 | 4D | 13 | 2E | 3F | 32 |
| Octal | 317 | 251 | 57 | 0 | 22 | 115 | 23 | 56 | 77 | 62 |
| Binary | 11001111 | 10101001 | 101111 | 0 | 10010 | 1001101 | 10011 | 101110 | 111111 | 110010 |
Color Harmonies of #CFA92F
Complementary color
Monochromatic Colors of #CFA92F
Black with #CFA92F
Text Example
Text Example
White with #CFA92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA92F; }
p { color: rgb(207,169,47); }
H1.HeaderClassName
{
color: #CFA92F;
}
.AnyTagClassName
{
color: #CFA92F;
}
</style>
background-color css
<style>
a { background-color: #CFA92F; }
a { background-color: rgb(207,169,47); }
div.DivClassName
{
background-color: #CFA92F;
}
.BgClassName
{
background-color: #CFA92F;
}
</style>
border-color css
<style>
span { border-color: #CFA92F; }
span { border-color: rgb(207,169,47); }
td.TdClassName
{
border-color: #CFA92F;
}
.TagClassName
{
border-color: #CFA92F;
}
</style>