Shades of Metallic Gold #CFA340
Tints of Metallic Gold #CFA340
RGB
CMYK
RGB Variations
Color information
#CFA340 (or 0xCFA340) is known color: Metallic Gold. HEX triplet: CF, A3 and 40. RGB value is (207,163,64). Sum of RGB (Red+Green+Blue) = 207+163+64=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA340 is #305CBF. Grayscale: #A5A5A5. Windows color (decimal): -3169472 or 4236239. OLE color: 4236239.
HSL color Cylindrical-coordinate representation of color #CFA340: hue angle of 41.54º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFA340 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 64 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.19 |
| HSL | 41.54º | 0.6% | 0.53% | - |
| HSV(B) | 41.54º | 0.69% | 0.81% | - |
| XYZ | 39.75 | 39.83 | 10.44 | - |
| YUV | 164.87 | 71.08 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 64 | 0 | 0.21 | 0.69 | 0.19 | 41.54 | 0.6 | 0.53 |
| Hex | CF | A3 | 40 | 0 | 15 | 45 | 13 | 2A | 3C | 35 |
| Octal | 317 | 243 | 100 | 0 | 25 | 105 | 23 | 52 | 74 | 65 |
| Binary | 11001111 | 10100011 | 1000000 | 0 | 10101 | 1000101 | 10011 | 101010 | 111100 | 110101 |
Color Harmonies of #CFA340
Complementary color
Monochromatic Colors of #CFA340
Black with #CFA340
Text Example
Text Example
White with #CFA340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA340; }
p { color: rgb(207,163,64); }
H1.HeaderClassName
{
color: #CFA340;
}
.AnyTagClassName
{
color: #CFA340;
}
</style>
background-color css
<style>
a { background-color: #CFA340; }
a { background-color: rgb(207,163,64); }
div.DivClassName
{
background-color: #CFA340;
}
.BgClassName
{
background-color: #CFA340;
}
</style>
border-color css
<style>
span { border-color: #CFA340; }
span { border-color: rgb(207,163,64); }
td.TdClassName
{
border-color: #CFA340;
}
.TagClassName
{
border-color: #CFA340;
}
</style>