Shades of Metallic Gold #CFAC2C
Tints of Metallic Gold #CFAC2C
RGB
CMYK
RGB Variations
Color information
#CFAC2C (or 0xCFAC2C) is known color: Metallic Gold. HEX triplet: CF, AC and 2C. RGB value is (207,172,44). Sum of RGB (Red+Green+Blue) = 207+172+44=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAC2C is #3053D3. Grayscale: #A8A8A8. Windows color (decimal): -3167188 or 2927823. OLE color: 2927823.
HSL color Cylindrical-coordinate representation of color #CFAC2C: hue angle of 47.12º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFAC2C is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 44 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.19 |
| HSL | 47.12º | 0.65% | 0.49% | - |
| HSV(B) | 47.12º | 0.79% | 0.81% | - |
| XYZ | 40.94 | 42.95 | 8.52 | - |
| YUV | 167.87 | 58.1 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 44 | 0 | 0.17 | 0.79 | 0.19 | 47.12 | 0.65 | 0.49 |
| Hex | CF | AC | 2C | 0 | 11 | 4F | 13 | 2F | 41 | 31 |
| Octal | 317 | 254 | 54 | 0 | 21 | 117 | 23 | 57 | 101 | 61 |
| Binary | 11001111 | 10101100 | 101100 | 0 | 10001 | 1001111 | 10011 | 101111 | 1000001 | 110001 |
Color Harmonies of #CFAC2C
Complementary color
Monochromatic Colors of #CFAC2C
Black with #CFAC2C
Text Example
Text Example
White with #CFAC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC2C; }
p { color: rgb(207,172,44); }
H1.HeaderClassName
{
color: #CFAC2C;
}
.AnyTagClassName
{
color: #CFAC2C;
}
</style>
background-color css
<style>
a { background-color: #CFAC2C; }
a { background-color: rgb(207,172,44); }
div.DivClassName
{
background-color: #CFAC2C;
}
.BgClassName
{
background-color: #CFAC2C;
}
</style>
border-color css
<style>
span { border-color: #CFAC2C; }
span { border-color: rgb(207,172,44); }
td.TdClassName
{
border-color: #CFAC2C;
}
.TagClassName
{
border-color: #CFAC2C;
}
</style>