Shades of Metallic Gold #CFA53D
Tints of Metallic Gold #CFA53D
RGB
CMYK
RGB Variations
Color information
#CFA53D (or 0xCFA53D) is known color: Metallic Gold. HEX triplet: CF, A5 and 3D. RGB value is (207,165,61). Sum of RGB (Red+Green+Blue) = 207+165+61=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA53D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA53D is #305AC2. Grayscale: #A6A6A6. Windows color (decimal): -3168963 or 4040143. OLE color: 4040143.
HSL color Cylindrical-coordinate representation of color #CFA53D: hue angle of 42.74º 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 #CFA53D is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 61 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.19 |
| HSL | 42.74º | 0.6% | 0.53% | - |
| HSV(B) | 42.74º | 0.71% | 0.81% | - |
| XYZ | 40.03 | 40.51 | 10.12 | - |
| YUV | 165.7 | 68.91 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 61 | 0 | 0.20 | 0.71 | 0.19 | 42.74 | 0.6 | 0.53 |
| Hex | CF | A5 | 3D | 0 | 14 | 47 | 13 | 2B | 3C | 35 |
| Octal | 317 | 245 | 75 | 0 | 24 | 107 | 23 | 53 | 74 | 65 |
| Binary | 11001111 | 10100101 | 111101 | 0 | 10100 | 1000111 | 10011 | 101011 | 111100 | 110101 |
Color Harmonies of #CFA53D
Complementary color
Monochromatic Colors of #CFA53D
Black with #CFA53D
Text Example
Text Example
White with #CFA53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA53D; }
p { color: rgb(207,165,61); }
H1.HeaderClassName
{
color: #CFA53D;
}
.AnyTagClassName
{
color: #CFA53D;
}
</style>
background-color css
<style>
a { background-color: #CFA53D; }
a { background-color: rgb(207,165,61); }
div.DivClassName
{
background-color: #CFA53D;
}
.BgClassName
{
background-color: #CFA53D;
}
</style>
border-color css
<style>
span { border-color: #CFA53D; }
span { border-color: rgb(207,165,61); }
td.TdClassName
{
border-color: #CFA53D;
}
.TagClassName
{
border-color: #CFA53D;
}
</style>