Shades of Metallic Gold #CFA92D
Tints of Metallic Gold #CFA92D
RGB
CMYK
RGB Variations
Color information
#CFA92D (or 0xCFA92D) is known color: Metallic Gold. HEX triplet: CF, A9 and 2D. RGB value is (207,169,45). Sum of RGB (Red+Green+Blue) = 207+169+45=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 45 (17.97% from 255 or 10.69% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA92D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA92D is #3056D2. Grayscale: #A6A6A6. Windows color (decimal): -3167955 or 2992591. OLE color: 2992591.
HSL color Cylindrical-coordinate representation of color #CFA92D: hue angle of 45.93º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFA92D is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 45 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.19 |
| HSL | 45.93º | 0.64% | 0.49% | - |
| HSV(B) | 45.93º | 0.78% | 0.81% | - |
| XYZ | 40.39 | 41.83 | 8.43 | - |
| YUV | 166.23 | 59.59 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 45 | 0 | 0.18 | 0.78 | 0.19 | 45.93 | 0.64 | 0.49 |
| Hex | CF | A9 | 2D | 0 | 12 | 4E | 13 | 2E | 40 | 31 |
| Octal | 317 | 251 | 55 | 0 | 22 | 116 | 23 | 56 | 100 | 61 |
| Binary | 11001111 | 10101001 | 101101 | 0 | 10010 | 1001110 | 10011 | 101110 | 1000000 | 110001 |
Color Harmonies of #CFA92D
Complementary color
Monochromatic Colors of #CFA92D
Black with #CFA92D
Text Example
Text Example
White with #CFA92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA92D; }
p { color: rgb(207,169,45); }
H1.HeaderClassName
{
color: #CFA92D;
}
.AnyTagClassName
{
color: #CFA92D;
}
</style>
background-color css
<style>
a { background-color: #CFA92D; }
a { background-color: rgb(207,169,45); }
div.DivClassName
{
background-color: #CFA92D;
}
.BgClassName
{
background-color: #CFA92D;
}
</style>
border-color css
<style>
span { border-color: #CFA92D; }
span { border-color: rgb(207,169,45); }
td.TdClassName
{
border-color: #CFA92D;
}
.TagClassName
{
border-color: #CFA92D;
}
</style>