Shades of Metallic Gold #CFA436
Tints of Metallic Gold #CFA436
RGB
CMYK
RGB Variations
Color information
#CFA436 (or 0xCFA436) is known color: Metallic Gold. HEX triplet: CF, A4 and 36. RGB value is (207,164,54). Sum of RGB (Red+Green+Blue) = 207+164+54=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 54 (21.48% from 255 or 12.71% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA436 is #305BC9. Grayscale: #A4A4A4. Windows color (decimal): -3169226 or 3581135. OLE color: 3581135.
HSL color Cylindrical-coordinate representation of color #CFA436: hue angle of 43.14º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFA436 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 54 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.19 |
| HSL | 43.14º | 0.61% | 0.51% | - |
| HSV(B) | 43.14º | 0.74% | 0.81% | - |
| XYZ | 39.67 | 40.08 | 9.14 | - |
| YUV | 164.32 | 65.75 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 54 | 0 | 0.21 | 0.74 | 0.19 | 43.14 | 0.61 | 0.51 |
| Hex | CF | A4 | 36 | 0 | 15 | 4A | 13 | 2B | 3D | 33 |
| Octal | 317 | 244 | 66 | 0 | 25 | 112 | 23 | 53 | 75 | 63 |
| Binary | 11001111 | 10100100 | 110110 | 0 | 10101 | 1001010 | 10011 | 101011 | 111101 | 110011 |
Color Harmonies of #CFA436
Complementary color
Monochromatic Colors of #CFA436
Black with #CFA436
Text Example
Text Example
White with #CFA436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA436; }
p { color: rgb(207,164,54); }
H1.HeaderClassName
{
color: #CFA436;
}
.AnyTagClassName
{
color: #CFA436;
}
</style>
background-color css
<style>
a { background-color: #CFA436; }
a { background-color: rgb(207,164,54); }
div.DivClassName
{
background-color: #CFA436;
}
.BgClassName
{
background-color: #CFA436;
}
</style>
border-color css
<style>
span { border-color: #CFA436; }
span { border-color: rgb(207,164,54); }
td.TdClassName
{
border-color: #CFA436;
}
.TagClassName
{
border-color: #CFA436;
}
</style>