Shades of Metallic Gold #CFA430
Tints of Metallic Gold #CFA430
RGB
CMYK
RGB Variations
Color information
#CFA430 (or 0xCFA430) is known color: Metallic Gold. HEX triplet: CF, A4 and 30. RGB value is (207,164,48). Sum of RGB (Red+Green+Blue) = 207+164+48=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 48 (19.14% from 255 or 11.46% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA430 is #305BCF. Grayscale: #A4A4A4. Windows color (decimal): -3169232 or 3187919. OLE color: 3187919.
HSL color Cylindrical-coordinate representation of color #CFA430: hue angle of 43.77º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFA430 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 48 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.19 |
| HSL | 43.77º | 0.62% | 0.5% | - |
| HSV(B) | 43.77º | 0.77% | 0.81% | - |
| XYZ | 39.54 | 40.03 | 8.44 | - |
| YUV | 163.63 | 62.75 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 48 | 0 | 0.21 | 0.77 | 0.19 | 43.77 | 0.62 | 0.5 |
| Hex | CF | A4 | 30 | 0 | 15 | 4D | 13 | 2C | 3E | 32 |
| Octal | 317 | 244 | 60 | 0 | 25 | 115 | 23 | 54 | 76 | 62 |
| Binary | 11001111 | 10100100 | 110000 | 0 | 10101 | 1001101 | 10011 | 101100 | 111110 | 110010 |
Color Harmonies of #CFA430
Complementary color
Monochromatic Colors of #CFA430
Black with #CFA430
Text Example
Text Example
White with #CFA430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA430; }
p { color: rgb(207,164,48); }
H1.HeaderClassName
{
color: #CFA430;
}
.AnyTagClassName
{
color: #CFA430;
}
</style>
background-color css
<style>
a { background-color: #CFA430; }
a { background-color: rgb(207,164,48); }
div.DivClassName
{
background-color: #CFA430;
}
.BgClassName
{
background-color: #CFA430;
}
</style>
border-color css
<style>
span { border-color: #CFA430; }
span { border-color: rgb(207,164,48); }
td.TdClassName
{
border-color: #CFA430;
}
.TagClassName
{
border-color: #CFA430;
}
</style>