Shades of Metallic Gold #CFA530
Tints of Metallic Gold #CFA530
RGB
CMYK
RGB Variations
Color information
#CFA530 (or 0xCFA530) is known color: Metallic Gold. HEX triplet: CF, A5 and 30. RGB value is (207,165,48). Sum of RGB (Red+Green+Blue) = 207+165+48=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 48 (19.14% from 255 or 11.43% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA530 is #305ACF. Grayscale: #A4A4A4. Windows color (decimal): -3168976 or 3188175. OLE color: 3188175.
HSL color Cylindrical-coordinate representation of color #CFA530: hue angle of 44.15º 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 #CFA530 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 48 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.19 |
| HSL | 44.15º | 0.62% | 0.5% | - |
| HSV(B) | 44.15º | 0.77% | 0.81% | - |
| XYZ | 39.72 | 40.39 | 8.5 | - |
| YUV | 164.22 | 62.41 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 48 | 0 | 0.20 | 0.77 | 0.19 | 44.15 | 0.62 | 0.5 |
| Hex | CF | A5 | 30 | 0 | 14 | 4D | 13 | 2C | 3E | 32 |
| Octal | 317 | 245 | 60 | 0 | 24 | 115 | 23 | 54 | 76 | 62 |
| Binary | 11001111 | 10100101 | 110000 | 0 | 10100 | 1001101 | 10011 | 101100 | 111110 | 110010 |
Color Harmonies of #CFA530
Complementary color
Monochromatic Colors of #CFA530
Black with #CFA530
Text Example
Text Example
White with #CFA530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA530; }
p { color: rgb(207,165,48); }
H1.HeaderClassName
{
color: #CFA530;
}
.AnyTagClassName
{
color: #CFA530;
}
</style>
background-color css
<style>
a { background-color: #CFA530; }
a { background-color: rgb(207,165,48); }
div.DivClassName
{
background-color: #CFA530;
}
.BgClassName
{
background-color: #CFA530;
}
</style>
border-color css
<style>
span { border-color: #CFA530; }
span { border-color: rgb(207,165,48); }
td.TdClassName
{
border-color: #CFA530;
}
.TagClassName
{
border-color: #CFA530;
}
</style>