Shades of Metallic Gold #CFA736
Tints of Metallic Gold #CFA736
RGB
CMYK
RGB Variations
Color information
#CFA736 (or 0xCFA736) is known color: Metallic Gold. HEX triplet: CF, A7 and 36. RGB value is (207,167,54). Sum of RGB (Red+Green+Blue) = 207+167+54=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 54 (21.48% from 255 or 12.62% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA736 is #3058C9. Grayscale: #A6A6A6. Windows color (decimal): -3168458 or 3581903. OLE color: 3581903.
HSL color Cylindrical-coordinate representation of color #CFA736: hue angle of 44.31º 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 #CFA736 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 54 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.19 |
| HSL | 44.31º | 0.61% | 0.51% | - |
| HSV(B) | 44.31º | 0.74% | 0.81% | - |
| XYZ | 40.22 | 41.17 | 9.32 | - |
| YUV | 166.08 | 64.75 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 54 | 0 | 0.19 | 0.74 | 0.19 | 44.31 | 0.61 | 0.51 |
| Hex | CF | A7 | 36 | 0 | 13 | 4A | 13 | 2C | 3D | 33 |
| Octal | 317 | 247 | 66 | 0 | 23 | 112 | 23 | 54 | 75 | 63 |
| Binary | 11001111 | 10100111 | 110110 | 0 | 10011 | 1001010 | 10011 | 101100 | 111101 | 110011 |
Color Harmonies of #CFA736
Complementary color
Monochromatic Colors of #CFA736
Black with #CFA736
Text Example
Text Example
White with #CFA736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA736; }
p { color: rgb(207,167,54); }
H1.HeaderClassName
{
color: #CFA736;
}
.AnyTagClassName
{
color: #CFA736;
}
</style>
background-color css
<style>
a { background-color: #CFA736; }
a { background-color: rgb(207,167,54); }
div.DivClassName
{
background-color: #CFA736;
}
.BgClassName
{
background-color: #CFA736;
}
</style>
border-color css
<style>
span { border-color: #CFA736; }
span { border-color: rgb(207,167,54); }
td.TdClassName
{
border-color: #CFA736;
}
.TagClassName
{
border-color: #CFA736;
}
</style>