Shades of Metallic Gold #CFAC34
Tints of Metallic Gold #CFAC34
RGB
CMYK
RGB Variations
Color information
#CFAC34 (or 0xCFAC34) is known color: Metallic Gold. HEX triplet: CF, AC and 34. RGB value is (207,172,52). Sum of RGB (Red+Green+Blue) = 207+172+52=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 52 (20.70% from 255 or 12.06% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAC34 is #3053CB. Grayscale: #A9A9A9. Windows color (decimal): -3167180 or 3452111. OLE color: 3452111.
HSL color Cylindrical-coordinate representation of color #CFAC34: hue angle of 46.45º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFAC34 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 52 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.19 |
| HSL | 46.45º | 0.62% | 0.51% | - |
| HSV(B) | 46.45º | 0.75% | 0.81% | - |
| XYZ | 41.1 | 43.02 | 9.39 | - |
| YUV | 168.79 | 62.1 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 52 | 0 | 0.17 | 0.75 | 0.19 | 46.45 | 0.62 | 0.51 |
| Hex | CF | AC | 34 | 0 | 11 | 4B | 13 | 2E | 3E | 33 |
| Octal | 317 | 254 | 64 | 0 | 21 | 113 | 23 | 56 | 76 | 63 |
| Binary | 11001111 | 10101100 | 110100 | 0 | 10001 | 1001011 | 10011 | 101110 | 111110 | 110011 |
Color Harmonies of #CFAC34
Complementary color
Monochromatic Colors of #CFAC34
Black with #CFAC34
Text Example
Text Example
White with #CFAC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC34; }
p { color: rgb(207,172,52); }
H1.HeaderClassName
{
color: #CFAC34;
}
.AnyTagClassName
{
color: #CFAC34;
}
</style>
background-color css
<style>
a { background-color: #CFAC34; }
a { background-color: rgb(207,172,52); }
div.DivClassName
{
background-color: #CFAC34;
}
.BgClassName
{
background-color: #CFAC34;
}
</style>
border-color css
<style>
span { border-color: #CFAC34; }
span { border-color: rgb(207,172,52); }
td.TdClassName
{
border-color: #CFAC34;
}
.TagClassName
{
border-color: #CFAC34;
}
</style>