Shades of Metallic Gold #CFA634
Tints of Metallic Gold #CFA634
RGB
CMYK
RGB Variations
Color information
#CFA634 (or 0xCFA634) is known color: Metallic Gold. HEX triplet: CF, A6 and 34. RGB value is (207,166,52). Sum of RGB (Red+Green+Blue) = 207+166+52=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 52 (20.70% from 255 or 12.24% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA634 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA634 is #3059CB. Grayscale: #A5A5A5. Windows color (decimal): -3168716 or 3450575. OLE color: 3450575.
HSL color Cylindrical-coordinate representation of color #CFA634: hue angle of 44.13º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFA634 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 52 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.19 |
| HSL | 44.13º | 0.62% | 0.51% | - |
| HSV(B) | 44.13º | 0.75% | 0.81% | - |
| XYZ | 39.99 | 40.79 | 9.01 | - |
| YUV | 165.26 | 64.08 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 52 | 0 | 0.20 | 0.75 | 0.19 | 44.13 | 0.62 | 0.51 |
| Hex | CF | A6 | 34 | 0 | 14 | 4B | 13 | 2C | 3E | 33 |
| Octal | 317 | 246 | 64 | 0 | 24 | 113 | 23 | 54 | 76 | 63 |
| Binary | 11001111 | 10100110 | 110100 | 0 | 10100 | 1001011 | 10011 | 101100 | 111110 | 110011 |
Color Harmonies of #CFA634
Complementary color
Monochromatic Colors of #CFA634
Black with #CFA634
Text Example
Text Example
White with #CFA634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA634; }
p { color: rgb(207,166,52); }
H1.HeaderClassName
{
color: #CFA634;
}
.AnyTagClassName
{
color: #CFA634;
}
</style>
background-color css
<style>
a { background-color: #CFA634; }
a { background-color: rgb(207,166,52); }
div.DivClassName
{
background-color: #CFA634;
}
.BgClassName
{
background-color: #CFA634;
}
</style>
border-color css
<style>
span { border-color: #CFA634; }
span { border-color: rgb(207,166,52); }
td.TdClassName
{
border-color: #CFA634;
}
.TagClassName
{
border-color: #CFA634;
}
</style>