Shades of Metallic Gold #CFA93A
Tints of Metallic Gold #CFA93A
RGB
CMYK
RGB Variations
Color information
#CFA93A (or 0xCFA93A) is known color: Metallic Gold. HEX triplet: CF, A9 and 3A. RGB value is (207,169,58). Sum of RGB (Red+Green+Blue) = 207+169+58=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 58 (23.05% from 255 or 13.36% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA93A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA93A is #3056C5. Grayscale: #A8A8A8. Windows color (decimal): -3167942 or 3844559. OLE color: 3844559.
HSL color Cylindrical-coordinate representation of color #CFA93A: hue angle of 44.7º 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 #CFA93A is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 58 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.19 |
| HSL | 44.7º | 0.61% | 0.52% | - |
| HSV(B) | 44.7º | 0.72% | 0.81% | - |
| XYZ | 40.68 | 41.95 | 9.96 | - |
| YUV | 167.71 | 66.09 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 58 | 0 | 0.18 | 0.72 | 0.19 | 44.7 | 0.61 | 0.52 |
| Hex | CF | A9 | 3A | 0 | 12 | 48 | 13 | 2D | 3D | 34 |
| Octal | 317 | 251 | 72 | 0 | 22 | 110 | 23 | 55 | 75 | 64 |
| Binary | 11001111 | 10101001 | 111010 | 0 | 10010 | 1001000 | 10011 | 101101 | 111101 | 110100 |
Color Harmonies of #CFA93A
Complementary color
Monochromatic Colors of #CFA93A
Black with #CFA93A
Text Example
Text Example
White with #CFA93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA93A; }
p { color: rgb(207,169,58); }
H1.HeaderClassName
{
color: #CFA93A;
}
.AnyTagClassName
{
color: #CFA93A;
}
</style>
background-color css
<style>
a { background-color: #CFA93A; }
a { background-color: rgb(207,169,58); }
div.DivClassName
{
background-color: #CFA93A;
}
.BgClassName
{
background-color: #CFA93A;
}
</style>
border-color css
<style>
span { border-color: #CFA93A; }
span { border-color: rgb(207,169,58); }
td.TdClassName
{
border-color: #CFA93A;
}
.TagClassName
{
border-color: #CFA93A;
}
</style>