Shades of Metallic Gold #CFAB3C
Tints of Metallic Gold #CFAB3C
RGB
CMYK
RGB Variations
Color information
#CFAB3C (or 0xCFAB3C) is known color: Metallic Gold. HEX triplet: CF, AB and 3C. RGB value is (207,171,60). Sum of RGB (Red+Green+Blue) = 207+171+60=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 60 (23.83% from 255 or 13.70% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAB3C is #3054C3. Grayscale: #A9A9A9. Windows color (decimal): -3167428 or 3976143. OLE color: 3976143.
HSL color Cylindrical-coordinate representation of color #CFAB3C: hue angle of 45.31º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFAB3C is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 60 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.19 |
| HSL | 45.31º | 0.6% | 0.52% | - |
| HSV(B) | 45.31º | 0.71% | 0.81% | - |
| XYZ | 41.11 | 42.72 | 10.35 | - |
| YUV | 169.11 | 66.43 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 60 | 0 | 0.17 | 0.71 | 0.19 | 45.31 | 0.6 | 0.52 |
| Hex | CF | AB | 3C | 0 | 11 | 47 | 13 | 2D | 3C | 34 |
| Octal | 317 | 253 | 74 | 0 | 21 | 107 | 23 | 55 | 74 | 64 |
| Binary | 11001111 | 10101011 | 111100 | 0 | 10001 | 1000111 | 10011 | 101101 | 111100 | 110100 |
Color Harmonies of #CFAB3C
Complementary color
Monochromatic Colors of #CFAB3C
Black with #CFAB3C
Text Example
Text Example
White with #CFAB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB3C; }
p { color: rgb(207,171,60); }
H1.HeaderClassName
{
color: #CFAB3C;
}
.AnyTagClassName
{
color: #CFAB3C;
}
</style>
background-color css
<style>
a { background-color: #CFAB3C; }
a { background-color: rgb(207,171,60); }
div.DivClassName
{
background-color: #CFAB3C;
}
.BgClassName
{
background-color: #CFAB3C;
}
</style>
border-color css
<style>
span { border-color: #CFAB3C; }
span { border-color: rgb(207,171,60); }
td.TdClassName
{
border-color: #CFAB3C;
}
.TagClassName
{
border-color: #CFAB3C;
}
</style>