Shades of Metallic Gold #CFAC43
Tints of Metallic Gold #CFAC43
RGB
CMYK
RGB Variations
Color information
#CFAC43 (or 0xCFAC43) is known color: Metallic Gold. HEX triplet: CF, AC and 43. RGB value is (207,172,67). Sum of RGB (Red+Green+Blue) = 207+172+67=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 67 (26.56% from 255 or 15.02% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAC43 is #3053BC. Grayscale: #AAAAAA. Windows color (decimal): -3167165 or 4435151. OLE color: 4435151.
HSL color Cylindrical-coordinate representation of color #CFAC43: hue angle of 45º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFAC43 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 67 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.19 |
| HSL | 45º | 0.59% | 0.54% | - |
| HSV(B) | 45º | 0.68% | 0.81% | - |
| XYZ | 41.5 | 43.18 | 11.46 | - |
| YUV | 170.5 | 69.6 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 67 | 0 | 0.17 | 0.68 | 0.19 | 45 | 0.59 | 0.54 |
| Hex | CF | AC | 43 | 0 | 11 | 44 | 13 | 2D | 3B | 36 |
| Octal | 317 | 254 | 103 | 0 | 21 | 104 | 23 | 55 | 73 | 66 |
| Binary | 11001111 | 10101100 | 1000011 | 0 | 10001 | 1000100 | 10011 | 101101 | 111011 | 110110 |
Color Harmonies of #CFAC43
Complementary color
Monochromatic Colors of #CFAC43
Black with #CFAC43
Text Example
Text Example
White with #CFAC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC43; }
p { color: rgb(207,172,67); }
H1.HeaderClassName
{
color: #CFAC43;
}
.AnyTagClassName
{
color: #CFAC43;
}
</style>
background-color css
<style>
a { background-color: #CFAC43; }
a { background-color: rgb(207,172,67); }
div.DivClassName
{
background-color: #CFAC43;
}
.BgClassName
{
background-color: #CFAC43;
}
</style>
border-color css
<style>
span { border-color: #CFAC43; }
span { border-color: rgb(207,172,67); }
td.TdClassName
{
border-color: #CFAC43;
}
.TagClassName
{
border-color: #CFAC43;
}
</style>