Shades of Metallic Gold #CFA03D
Tints of Metallic Gold #CFA03D
RGB
CMYK
RGB Variations
Color information
#CFA03D (or 0xCFA03D) is known color: Metallic Gold. HEX triplet: CF, A0 and 3D. RGB value is (207,160,61). Sum of RGB (Red+Green+Blue) = 207+160+61=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 61 (24.22% from 255 or 14.25% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA03D is #305FC2. Grayscale: #A3A3A3. Windows color (decimal): -3170243 or 4038863. OLE color: 4038863.
HSL color Cylindrical-coordinate representation of color #CFA03D: hue angle of 40.68º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFA03D is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 61 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.19 |
| HSL | 40.68º | 0.6% | 0.53% | - |
| HSV(B) | 40.68º | 0.71% | 0.81% | - |
| XYZ | 39.15 | 38.74 | 9.83 | - |
| YUV | 162.77 | 70.57 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 61 | 0 | 0.23 | 0.71 | 0.19 | 40.68 | 0.6 | 0.53 |
| Hex | CF | A0 | 3D | 0 | 17 | 47 | 13 | 29 | 3C | 35 |
| Octal | 317 | 240 | 75 | 0 | 27 | 107 | 23 | 51 | 74 | 65 |
| Binary | 11001111 | 10100000 | 111101 | 0 | 10111 | 1000111 | 10011 | 101001 | 111100 | 110101 |
Color Harmonies of #CFA03D
Complementary color
Monochromatic Colors of #CFA03D
Black with #CFA03D
Text Example
Text Example
White with #CFA03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA03D; }
p { color: rgb(207,160,61); }
H1.HeaderClassName
{
color: #CFA03D;
}
.AnyTagClassName
{
color: #CFA03D;
}
</style>
background-color css
<style>
a { background-color: #CFA03D; }
a { background-color: rgb(207,160,61); }
div.DivClassName
{
background-color: #CFA03D;
}
.BgClassName
{
background-color: #CFA03D;
}
</style>
border-color css
<style>
span { border-color: #CFA03D; }
span { border-color: rgb(207,160,61); }
td.TdClassName
{
border-color: #CFA03D;
}
.TagClassName
{
border-color: #CFA03D;
}
</style>