Shades of Metallic Gold #CFAC2B
Tints of Metallic Gold #CFAC2B
RGB
CMYK
RGB Variations
Color information
#CFAC2B (or 0xCFAC2B) is known color: Metallic Gold. HEX triplet: CF, AC and 2B. RGB value is (207,172,43). Sum of RGB (Red+Green+Blue) = 207+172+43=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 43 (17.19% from 255 or 10.19% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAC2B is #3053D4. Grayscale: #A8A8A8. Windows color (decimal): -3167189 or 2862287. OLE color: 2862287.
HSL color Cylindrical-coordinate representation of color #CFAC2B: hue angle of 47.2º degrees, saturation: 0.66, 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 #CFAC2B is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 43 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.19 |
| HSL | 47.2º | 0.66% | 0.49% | - |
| HSV(B) | 47.2º | 0.79% | 0.81% | - |
| XYZ | 40.92 | 42.94 | 8.42 | - |
| YUV | 167.76 | 57.6 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 43 | 0 | 0.17 | 0.79 | 0.19 | 47.2 | 0.66 | 0.49 |
| Hex | CF | AC | 2B | 0 | 11 | 4F | 13 | 2F | 42 | 31 |
| Octal | 317 | 254 | 53 | 0 | 21 | 117 | 23 | 57 | 102 | 61 |
| Binary | 11001111 | 10101100 | 101011 | 0 | 10001 | 1001111 | 10011 | 101111 | 1000010 | 110001 |
Color Harmonies of #CFAC2B
Complementary color
Monochromatic Colors of #CFAC2B
Black with #CFAC2B
Text Example
Text Example
White with #CFAC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC2B; }
p { color: rgb(207,172,43); }
H1.HeaderClassName
{
color: #CFAC2B;
}
.AnyTagClassName
{
color: #CFAC2B;
}
</style>
background-color css
<style>
a { background-color: #CFAC2B; }
a { background-color: rgb(207,172,43); }
div.DivClassName
{
background-color: #CFAC2B;
}
.BgClassName
{
background-color: #CFAC2B;
}
</style>
border-color css
<style>
span { border-color: #CFAC2B; }
span { border-color: rgb(207,172,43); }
td.TdClassName
{
border-color: #CFAC2B;
}
.TagClassName
{
border-color: #CFAC2B;
}
</style>