Shades of Metallic Gold #CFA93C
Tints of Metallic Gold #CFA93C
RGB
CMYK
RGB Variations
Color information
#CFA93C (or 0xCFA93C) is known color: Metallic Gold. HEX triplet: CF, A9 and 3C. RGB value is (207,169,60). Sum of RGB (Red+Green+Blue) = 207+169+60=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 60 (23.83% from 255 or 13.76% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA93C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA93C is #3056C3. Grayscale: #A8A8A8. Windows color (decimal): -3167940 or 3975631. OLE color: 3975631.
HSL color Cylindrical-coordinate representation of color #CFA93C: hue angle of 44.49º 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 #CFA93C is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 60 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.19 |
| HSL | 44.49º | 0.6% | 0.52% | - |
| HSV(B) | 44.49º | 0.71% | 0.81% | - |
| XYZ | 40.74 | 41.97 | 10.23 | - |
| YUV | 167.94 | 67.09 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 60 | 0 | 0.18 | 0.71 | 0.19 | 44.49 | 0.6 | 0.52 |
| Hex | CF | A9 | 3C | 0 | 12 | 47 | 13 | 2C | 3C | 34 |
| Octal | 317 | 251 | 74 | 0 | 22 | 107 | 23 | 54 | 74 | 64 |
| Binary | 11001111 | 10101001 | 111100 | 0 | 10010 | 1000111 | 10011 | 101100 | 111100 | 110100 |
Color Harmonies of #CFA93C
Complementary color
Monochromatic Colors of #CFA93C
Black with #CFA93C
Text Example
Text Example
White with #CFA93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA93C; }
p { color: rgb(207,169,60); }
H1.HeaderClassName
{
color: #CFA93C;
}
.AnyTagClassName
{
color: #CFA93C;
}
</style>
background-color css
<style>
a { background-color: #CFA93C; }
a { background-color: rgb(207,169,60); }
div.DivClassName
{
background-color: #CFA93C;
}
.BgClassName
{
background-color: #CFA93C;
}
</style>
border-color css
<style>
span { border-color: #CFA93C; }
span { border-color: rgb(207,169,60); }
td.TdClassName
{
border-color: #CFA93C;
}
.TagClassName
{
border-color: #CFA93C;
}
</style>