Shades of Metallic Gold #CFA13D
Tints of Metallic Gold #CFA13D
RGB
CMYK
RGB Variations
Color information
#CFA13D (or 0xCFA13D) is known color: Metallic Gold. HEX triplet: CF, A1 and 3D. RGB value is (207,161,61). Sum of RGB (Red+Green+Blue) = 207+161+61=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 61 (24.22% from 255 or 14.22% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA13D is #305EC2. Grayscale: #A3A3A3. Windows color (decimal): -3169987 or 4039119. OLE color: 4039119.
HSL color Cylindrical-coordinate representation of color #CFA13D: hue angle of 41.1º 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 #CFA13D is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 61 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.19 |
| HSL | 41.1º | 0.6% | 0.53% | - |
| HSV(B) | 41.1º | 0.71% | 0.81% | - |
| XYZ | 39.32 | 39.09 | 9.89 | - |
| YUV | 163.35 | 70.24 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 61 | 0 | 0.22 | 0.71 | 0.19 | 41.1 | 0.6 | 0.53 |
| Hex | CF | A1 | 3D | 0 | 16 | 47 | 13 | 29 | 3C | 35 |
| Octal | 317 | 241 | 75 | 0 | 26 | 107 | 23 | 51 | 74 | 65 |
| Binary | 11001111 | 10100001 | 111101 | 0 | 10110 | 1000111 | 10011 | 101001 | 111100 | 110101 |
Color Harmonies of #CFA13D
Complementary color
Monochromatic Colors of #CFA13D
Black with #CFA13D
Text Example
Text Example
White with #CFA13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA13D; }
p { color: rgb(207,161,61); }
H1.HeaderClassName
{
color: #CFA13D;
}
.AnyTagClassName
{
color: #CFA13D;
}
</style>
background-color css
<style>
a { background-color: #CFA13D; }
a { background-color: rgb(207,161,61); }
div.DivClassName
{
background-color: #CFA13D;
}
.BgClassName
{
background-color: #CFA13D;
}
</style>
border-color css
<style>
span { border-color: #CFA13D; }
span { border-color: rgb(207,161,61); }
td.TdClassName
{
border-color: #CFA13D;
}
.TagClassName
{
border-color: #CFA13D;
}
</style>