Shades of Metallic Gold #CFA439
Tints of Metallic Gold #CFA439
RGB
CMYK
RGB Variations
Color information
#CFA439 (or 0xCFA439) is known color: Metallic Gold. HEX triplet: CF, A4 and 39. RGB value is (207,164,57). Sum of RGB (Red+Green+Blue) = 207+164+57=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 57 (22.66% from 255 or 13.32% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA439 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA439 is #305BC6. Grayscale: #A5A5A5. Windows color (decimal): -3169223 or 3777743. OLE color: 3777743.
HSL color Cylindrical-coordinate representation of color #CFA439: hue angle of 42.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFA439 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 57 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.19 |
| HSL | 42.8º | 0.61% | 0.52% | - |
| HSV(B) | 42.8º | 0.72% | 0.81% | - |
| XYZ | 39.75 | 40.11 | 9.52 | - |
| YUV | 164.66 | 67.25 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 57 | 0 | 0.21 | 0.72 | 0.19 | 42.8 | 0.61 | 0.52 |
| Hex | CF | A4 | 39 | 0 | 15 | 48 | 13 | 2B | 3D | 34 |
| Octal | 317 | 244 | 71 | 0 | 25 | 110 | 23 | 53 | 75 | 64 |
| Binary | 11001111 | 10100100 | 111001 | 0 | 10101 | 1001000 | 10011 | 101011 | 111101 | 110100 |
Color Harmonies of #CFA439
Complementary color
Monochromatic Colors of #CFA439
Black with #CFA439
Text Example
Text Example
White with #CFA439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA439; }
p { color: rgb(207,164,57); }
H1.HeaderClassName
{
color: #CFA439;
}
.AnyTagClassName
{
color: #CFA439;
}
</style>
background-color css
<style>
a { background-color: #CFA439; }
a { background-color: rgb(207,164,57); }
div.DivClassName
{
background-color: #CFA439;
}
.BgClassName
{
background-color: #CFA439;
}
</style>
border-color css
<style>
span { border-color: #CFA439; }
span { border-color: rgb(207,164,57); }
td.TdClassName
{
border-color: #CFA439;
}
.TagClassName
{
border-color: #CFA439;
}
</style>