Shades of Metallic Gold #CFA738
Tints of Metallic Gold #CFA738
RGB
CMYK
RGB Variations
Color information
#CFA738 (or 0xCFA738) is known color: Metallic Gold. HEX triplet: CF, A7 and 38. RGB value is (207,167,56). Sum of RGB (Red+Green+Blue) = 207+167+56=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 56 (22.27% from 255 or 13.02% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA738 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA738 is #3058C7. Grayscale: #A6A6A6. Windows color (decimal): -3168456 or 3712975. OLE color: 3712975.
HSL color Cylindrical-coordinate representation of color #CFA738: hue angle of 44.11º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFA738 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 56 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.19 |
| HSL | 44.11º | 0.61% | 0.52% | - |
| HSV(B) | 44.11º | 0.73% | 0.81% | - |
| XYZ | 40.26 | 41.19 | 9.57 | - |
| YUV | 166.31 | 65.75 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 56 | 0 | 0.19 | 0.73 | 0.19 | 44.11 | 0.61 | 0.52 |
| Hex | CF | A7 | 38 | 0 | 13 | 49 | 13 | 2C | 3D | 34 |
| Octal | 317 | 247 | 70 | 0 | 23 | 111 | 23 | 54 | 75 | 64 |
| Binary | 11001111 | 10100111 | 111000 | 0 | 10011 | 1001001 | 10011 | 101100 | 111101 | 110100 |
Color Harmonies of #CFA738
Complementary color
Monochromatic Colors of #CFA738
Black with #CFA738
Text Example
Text Example
White with #CFA738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA738; }
p { color: rgb(207,167,56); }
H1.HeaderClassName
{
color: #CFA738;
}
.AnyTagClassName
{
color: #CFA738;
}
</style>
background-color css
<style>
a { background-color: #CFA738; }
a { background-color: rgb(207,167,56); }
div.DivClassName
{
background-color: #CFA738;
}
.BgClassName
{
background-color: #CFA738;
}
</style>
border-color css
<style>
span { border-color: #CFA738; }
span { border-color: rgb(207,167,56); }
td.TdClassName
{
border-color: #CFA738;
}
.TagClassName
{
border-color: #CFA738;
}
</style>