Shades of Metallic Gold #CFAD3C
Tints of Metallic Gold #CFAD3C
RGB
CMYK
RGB Variations
Color information
#CFAD3C (or 0xCFAD3C) is known color: Metallic Gold. HEX triplet: CF, AD and 3C. RGB value is (207,173,60). Sum of RGB (Red+Green+Blue) = 207+173+60=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAD3C is #3052C3. Grayscale: #AAAAAA. Windows color (decimal): -3166916 or 3976655. OLE color: 3976655.
HSL color Cylindrical-coordinate representation of color #CFAD3C: hue angle of 46.12º 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 #CFAD3C is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 60 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.19 |
| HSL | 46.12º | 0.6% | 0.52% | - |
| HSV(B) | 46.12º | 0.71% | 0.81% | - |
| XYZ | 41.49 | 43.48 | 10.48 | - |
| YUV | 170.28 | 65.76 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 60 | 0 | 0.16 | 0.71 | 0.19 | 46.12 | 0.6 | 0.52 |
| Hex | CF | AD | 3C | 0 | 10 | 47 | 13 | 2E | 3C | 34 |
| Octal | 317 | 255 | 74 | 0 | 20 | 107 | 23 | 56 | 74 | 64 |
| Binary | 11001111 | 10101101 | 111100 | 0 | 10000 | 1000111 | 10011 | 101110 | 111100 | 110100 |
Color Harmonies of #CFAD3C
Complementary color
Monochromatic Colors of #CFAD3C
Black with #CFAD3C
Text Example
Text Example
White with #CFAD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAD3C; }
p { color: rgb(207,173,60); }
H1.HeaderClassName
{
color: #CFAD3C;
}
.AnyTagClassName
{
color: #CFAD3C;
}
</style>
background-color css
<style>
a { background-color: #CFAD3C; }
a { background-color: rgb(207,173,60); }
div.DivClassName
{
background-color: #CFAD3C;
}
.BgClassName
{
background-color: #CFAD3C;
}
</style>
border-color css
<style>
span { border-color: #CFAD3C; }
span { border-color: rgb(207,173,60); }
td.TdClassName
{
border-color: #CFAD3C;
}
.TagClassName
{
border-color: #CFAD3C;
}
</style>