Shades of Metallic Gold #CFAA30
Tints of Metallic Gold #CFAA30
RGB
CMYK
RGB Variations
Color information
#CFAA30 (or 0xCFAA30) is known color: Metallic Gold. HEX triplet: CF, AA and 30. RGB value is (207,170,48). Sum of RGB (Red+Green+Blue) = 207+170+48=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 48 (19.14% from 255 or 11.29% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAA30 is #3055CF. Grayscale: #A7A7A7. Windows color (decimal): -3167696 or 3189455. OLE color: 3189455.
HSL color Cylindrical-coordinate representation of color #CFAA30: hue angle of 46.04º 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 #CFAA30 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 48 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.19 |
| HSL | 46.04º | 0.62% | 0.5% | - |
| HSV(B) | 46.04º | 0.77% | 0.81% | - |
| XYZ | 40.64 | 42.23 | 8.81 | - |
| YUV | 167.16 | 60.76 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 48 | 0 | 0.18 | 0.77 | 0.19 | 46.04 | 0.62 | 0.5 |
| Hex | CF | AA | 30 | 0 | 12 | 4D | 13 | 2E | 3E | 32 |
| Octal | 317 | 252 | 60 | 0 | 22 | 115 | 23 | 56 | 76 | 62 |
| Binary | 11001111 | 10101010 | 110000 | 0 | 10010 | 1001101 | 10011 | 101110 | 111110 | 110010 |
Color Harmonies of #CFAA30
Complementary color
Monochromatic Colors of #CFAA30
Black with #CFAA30
Text Example
Text Example
White with #CFAA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA30; }
p { color: rgb(207,170,48); }
H1.HeaderClassName
{
color: #CFAA30;
}
.AnyTagClassName
{
color: #CFAA30;
}
</style>
background-color css
<style>
a { background-color: #CFAA30; }
a { background-color: rgb(207,170,48); }
div.DivClassName
{
background-color: #CFAA30;
}
.BgClassName
{
background-color: #CFAA30;
}
</style>
border-color css
<style>
span { border-color: #CFAA30; }
span { border-color: rgb(207,170,48); }
td.TdClassName
{
border-color: #CFAA30;
}
.TagClassName
{
border-color: #CFAA30;
}
</style>