Shades of Metallic Gold #CFA23C
Tints of Metallic Gold #CFA23C
RGB
CMYK
RGB Variations
Color information
#CFA23C (or 0xCFA23C) is known color: Metallic Gold. HEX triplet: CF, A2 and 3C. RGB value is (207,162,60). Sum of RGB (Red+Green+Blue) = 207+162+60=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA23C is #305DC3. Grayscale: #A4A4A4. Windows color (decimal): -3169732 or 3973839. OLE color: 3973839.
HSL color Cylindrical-coordinate representation of color #CFA23C: hue angle of 41.63º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFA23C is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 60 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.19 |
| HSL | 41.63º | 0.6% | 0.52% | - |
| HSV(B) | 41.63º | 0.71% | 0.81% | - |
| XYZ | 39.47 | 39.43 | 9.81 | - |
| YUV | 163.83 | 69.41 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 60 | 0 | 0.22 | 0.71 | 0.19 | 41.63 | 0.6 | 0.52 |
| Hex | CF | A2 | 3C | 0 | 16 | 47 | 13 | 2A | 3C | 34 |
| Octal | 317 | 242 | 74 | 0 | 26 | 107 | 23 | 52 | 74 | 64 |
| Binary | 11001111 | 10100010 | 111100 | 0 | 10110 | 1000111 | 10011 | 101010 | 111100 | 110100 |
Color Harmonies of #CFA23C
Complementary color
Monochromatic Colors of #CFA23C
Black with #CFA23C
Text Example
Text Example
White with #CFA23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA23C; }
p { color: rgb(207,162,60); }
H1.HeaderClassName
{
color: #CFA23C;
}
.AnyTagClassName
{
color: #CFA23C;
}
</style>
background-color css
<style>
a { background-color: #CFA23C; }
a { background-color: rgb(207,162,60); }
div.DivClassName
{
background-color: #CFA23C;
}
.BgClassName
{
background-color: #CFA23C;
}
</style>
border-color css
<style>
span { border-color: #CFA23C; }
span { border-color: rgb(207,162,60); }
td.TdClassName
{
border-color: #CFA23C;
}
.TagClassName
{
border-color: #CFA23C;
}
</style>