Shades of Metallic Gold #CFAC30
Tints of Metallic Gold #CFAC30
RGB
CMYK
RGB Variations
Color information
#CFAC30 (or 0xCFAC30) is known color: Metallic Gold. HEX triplet: CF, AC and 30. RGB value is (207,172,48). Sum of RGB (Red+Green+Blue) = 207+172+48=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 48 (19.14% from 255 or 11.24% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAC30 is #3053CF. Grayscale: #A8A8A8. Windows color (decimal): -3167184 or 3189967. OLE color: 3189967.
HSL color Cylindrical-coordinate representation of color #CFAC30: hue angle of 46.79º 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 #CFAC30 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 48 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.19 |
| HSL | 46.79º | 0.62% | 0.5% | - |
| HSV(B) | 46.79º | 0.77% | 0.81% | - |
| XYZ | 41.02 | 42.98 | 8.93 | - |
| YUV | 168.33 | 60.1 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 48 | 0 | 0.17 | 0.77 | 0.19 | 46.79 | 0.62 | 0.5 |
| Hex | CF | AC | 30 | 0 | 11 | 4D | 13 | 2F | 3E | 32 |
| Octal | 317 | 254 | 60 | 0 | 21 | 115 | 23 | 57 | 76 | 62 |
| Binary | 11001111 | 10101100 | 110000 | 0 | 10001 | 1001101 | 10011 | 101111 | 111110 | 110010 |
Color Harmonies of #CFAC30
Complementary color
Monochromatic Colors of #CFAC30
Black with #CFAC30
Text Example
Text Example
White with #CFAC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC30; }
p { color: rgb(207,172,48); }
H1.HeaderClassName
{
color: #CFAC30;
}
.AnyTagClassName
{
color: #CFAC30;
}
</style>
background-color css
<style>
a { background-color: #CFAC30; }
a { background-color: rgb(207,172,48); }
div.DivClassName
{
background-color: #CFAC30;
}
.BgClassName
{
background-color: #CFAC30;
}
</style>
border-color css
<style>
span { border-color: #CFAC30; }
span { border-color: rgb(207,172,48); }
td.TdClassName
{
border-color: #CFAC30;
}
.TagClassName
{
border-color: #CFAC30;
}
</style>